I’m not an expert on Wix velo and would need guidance on how to incorporate the following functionality into my site:
When a customer accesses my site they should be redirected to a specific page just for them. This means that I need to be able to redirect each customer that comes in to a different page.
I would like to see if it is possible to do this with Wix velo, if so I would need guidance on adding this functionality.
Thank you very much
It sounds like you’re going to need to set up dynamic page and some coding from your members database.
Hope this helps
I’ve used this a few times. Only issue is this wouldn’t show as your site’s domain once the redirect completes. I recommend setting up that domain on your site.
This is the way to go. Setup a dynamic page that receives the current user from the wixUsers API, and then, show the user whatever you want.