Login integration with Slides

Hello guys,

I have a friend who created the site www.thestitchuationroom.com and is having some trouble integrating his Registration page to work as a form of signing up. If you visit the site, and click Get Started at the top, you will be presented with a couple of slides and at the end, asks visitors to fill out a form (including email and password.) He wants to have the last two boxes to be a sign-up form so they can login to the site as users. But the email and password being entered are just being added as data and will not act as login. He was provided the option to add member’s area since he does not have one but the only issue with it is, you cannot connect the sign up with his registration page.

Any thoughts on how to set this up with codes? Thanks for all the help.

Through your slideshow method the user inputs are all being saved straight into the dataset that you have used for it.

You can not do it this way.

If you want to do a signup, then you need to either use the Wix Default, Wix Custom or Wix Corvid (which is your own signup and login lightboxes).

See this section for more info.
https://support.wix.com/en/site-members/creating-the-member-signup-form

The same with register and login through code, either through the front or the backend, it still needs to be done through the lightbox option using the Corvid option in the above link.
https://www.wix.com/corvid/reference/wix-users.html#register
https://www.wix.com/corvid/reference/wix-users.html#login
https://www.wix.com/corvid/reference/wix-users-backend.html#register
https://www.wix.com/corvid/reference/wix-users-backend.html#login