Hi community, I want to create a multi step form with each step having its own page. I was excited to see there is a Multi step form template which has 3 steps. I can’t seem to create more steps (every time I try, the next step gets created on the same page as opposed to creating a new page). Can anyone help show me how to add new steps / build this functionality?
Are you trying to use form container or you are using the helper table method?
I’m trying to build off of the multi step form first but I’m struggling. I tried containers but couldn’t create a separate page for each container (maybe an option?). I’m not sure what the helper method is?
I suggest you to create a user-specific number column in the user table called '“current step”. Then, for each container set a condition: if current user → current step = 1,2,3,4, etc. For each container.
Add a button for next and previous with conditions for visibility. Theses button must increment/decrement the current step column in the user profile!
Thanks Maxime, I’ll take a look at this today. Much appreciated.
Anytime! Tell me if you need further help!