Hey everyone, i’ve been trying to use this feature https://www.wix.com/corvid/example/members-area , but i’m not able to use it. I’m completely new to coding. Should i change any codes to make it work. Please help me with this. Thanks in advance!
Well, you are completely new to coding, and the first what you do is, you pick-up an example which has the level “ADVANCED”. Well done
Perhaps you start with something smaler?
No bro, I mean I can understand the code behind it. But, can’t figure out why the user registrating the form isn’t receiving verification email. If you can resolve the issue, plz help me with this!
Did you set up your own triggered email which it states that is used in the tutorial?
Our site contains the following pages, lighboxes, and apps:
- A triggered email *that is sent to users who are signing up to verify their email addresses. *
Which is why it has the triggered email links in this part of the tutorial and also in the related links at the end of it too.
Related Articles
Sending a Triggered Email to Contacts
About The Member Signup Form
Creating a Triggered Email
Once you have done that, you then need to change the triggered email id to match your own.
const verificationEmailId = 'RzLTaFe';
Thank you so much! Will try doing that and get back to you soon!
i’ve created a triggered email and i am now able to sign up and receiving the email aswell. But, how do i create the email address confirmation email. I’ve designed the template like this.
But, when i click the verify email address button, i’m redirected again to the login page. I want users to be directed to the members page. Thanks in advance
Also after i am redirected to the login page. If the enter the login credentials it asks me to sign up again. And then this keeps happening on loop. I think the credentials which i’m entering are not getting stored in the database. Please help me, resolve this issue.
so, basically i need to add a contact id variable in the form right? if yes, how it should be added. Please tell me.
Hi Roshan, I am where you were an year ago. Can you help me with this code snippet? I am trying to add email verification for new site members using this example but have not been able to use it…