Hi, I have set up my website using Wix’s apps but need a little bit more control over their functions. I am new to coding so find it a bit daunting to try and achieve what I need.
Can anyone point me in the direction of simple instruction on how to set up the following:
Member verification - i.e. confirmation email sent to user on sign up, then allowing the user to access the member pages once confirmed
Coupon generation on sign up - I want to generate codes to issue to users once they have signed up either to their emails or on their member page (possibly a popup/light box). I currently have coupon codes set up in the wix app.
This example demonstrates a common email verification flow. A user is initially registered but not yet approved. At registration, a verification email is sent with a link to a verification page. When a user goes to the verification page, the approval is granted and the user is logged into the site.
The code is split between three locations:
A backend web module named register.jsw .
The page code for the page where users register.
The page code for the page where users confirm their registration.