Hi, I’m building a pet safety website and I’d like to know if Wix can support this.
Each NFC/QR tag has its own unique URL.
When a customer scans the tag for the first time, they create an account, upload a pet photo, enter their pet’s name, phone number and a few details.
After setup, anyone scanning the tag should see only that pet’s public profile and contact number.
The owner should be able to log in later and edit their own pet’s details.
Is this possible using Wix Members, CMS and Velo, or would this require an external application?
Yep - this is possible on Wix. You won’t need an external application - atleast based on the description you’ve provided.
This should help you get started:
The URLs for member profiles are generally determined after signup (e.g. it’s composed of the details they provide at signup. For example /member/{memberNickname}).
If you’re heading in this direction, you’re probably looking for something custom - but as @Pratham said, it won’t need to be an application - but it’ll likely need custom functionality with code ![]()
Nice idea ~
This is a Wix-based form submission and dynamic page solution:
- Login/Registration: Use Wix’s default login and registration pages.
- Form Page: Build a custom form with text input fields, image uploads, and other required fields.
- Item Dynamic Page: Store the submitted form data in Wix CMS and use a dynamic page template to display each CMS item.
Overall flow:
Wix Default Login/Registration → Submit Form → Store Data in Wix CMS → Generate Item Dynamic Page
This is completely feasible. I’ve implemented similar functionality before. In your case, the NFC tag only needs to point to a dynamic URL, and you can use a UUID as the slug. If you need help developing it, feel free to contact me. I’m a Wix Partner, and this would be a paid service.