Hello Coders,
Is there a way I can create a sign up form that request the user a password that meets some minimum criteria? (Such as 8 characters long, UPPER case, lower case, @#$%^symbols, and numbers)
Would appreciate an example if possible.
Best, Daniel M.
Hi Daniel
You will need to create a custom signup section, and then you can add a regex and a minimum character to the password input element.
Best of luck! Tiaan
Much thanks for your reply Tiaan! Once I create the custom signup section, how can I tell Wix where to store the credentials?