Hello,
Can I specify which emails can sign up to my website?
like i have a list of emails that i want them to sign up on my website. no other emails can sign up.
thanks
Hello,
Can I specify which emails can sign up to my website?
like i have a list of emails that i want them to sign up on my website. no other emails can sign up.
thanks
You can build a custom signup form with the backend API. Then, validate on the backend with a Wix database (Content manager) to see if it is eligible to signup.
https://www.wix.com/velo/reference/wix-members-backend/authentication/register
Check the Velo examples because there are many relevant templates.