Multi-step form - Is there a tutorial?

I am trying to create a multi-step form to capture user info for a credit application for car loans. I was successful creating the database and linking each user input elements using the Datasets and it all works well if all the form inputs are on the same page with one submit button at the bottom… but I’m trying to create a 12 step experience for the user where each step doesn’t require to answer more than 1 or 2 questions.

Is there a tutorial to help me spread out the steps over multiple pages? I tried with a submit button on each page with a redirect to the following questions but it creates multiple rows in my database for the same user… and if I put only a submit button on the last page after the 12 steps the system doesn’t seem to grab the info from the previous pages?

Kindest regards,

Sean

this should get you started…

take a look at other examples there as well - get to know them, they will come in handy :wink:

good luck!

Thank you! That’s exactly what I was looking for… :slight_smile:

The following article helped me achieve the same purpose and very well explained https://mtechwizard.com/how-to-create-multi-page-form-on-wix/

This is an old post and is being closed.