How to redirect after confirmation mail?

Hello, when my members get confirmation mail after registration they have to click on a link to confirm. When they click on that link I want them to go to a page different from my home page.

As mentioned in https://support.wix.com/en/article/site-members-about-the-confirmation-email-sent-to-your-members it is not possible to customize the confirmation mail. Is there any chance to redirect after they click on that page? The final goal is that different users are redirected to different pages of my wix website.

Kind Regards

Send them to a page and on that page, after login, redirect them.

Hi @lgerritmeyer ,

In your case, you can control everything in the signup process by using Wix Members API (frontend and backend)

To send custom emails, try Wix Triggered Emails.

To send user to different pages, you can use “Roles” to differentiate users groups.

Check out Velo Examples to see Wix Members integrations.

Certified Code Logo