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