How can I access the Login / Register form separately?
Key A = Login
Key B: Register
Thanks for your help
How can I access the Login / Register form separately?
Key A = Login
Key B: Register
Thanks for your help
If you are wanting to create your own custom login and signup/register lightboxes then just use the following Wix Code API:
Login:
https://www.wix.com/code/reference/wix-users.html#login
Signup/Register:
https://www.wix.com/code/reference/wix-users.html#register
If you do a custom lightbox, then you will need to change your settings so that you can use your custom signup:
https://support.wix.com/en/article/wix-code-enabling-custom-site-registration
However, you can currently only access Wix own ‘Forgot Password’ window through the following code, you can’t as of yet make up your own forgot password options
https://www.wix.com/code/reference/wix-users.html#promptForgotPassword