Hey @giri-zano
So, I am not using triggered emails. The email in question is the automated one that Wix sends out. Each time Wix sends out a ‘verify your email’ notification to the person attempting to sign up ---- the code fails to continue on to the next ‘step’.
So the .register code is running in the front end and the .roles code is in the back end.
What you are saying is if I move my entire code to the backend even if the ‘verify your email’ prompt is sent out, it will not break the flow of the rest of the code?
The scenario is this:
User registers for a new account
Based on their user type selected from a dropdown element
User gets assigned a role
I know, for a fact, that if a user email already exists in the Wix CRM it will definitely send out the ‘verify your email’ notification. So I used an email that did NOT exist in the CRM and I still received the ‘verify your email’ notification.
In a perfect world, my client wants to remove the ‘verify your email’ notification prompt AND the ‘verify you are not a robot’ prompt. It cannot be customized. It does not match his branding. And he simply does not want it on his website. Right now those two things are out of our control so he is wanting to move his website to a different platform and just install MemberSpace.
Love,
Naye