Recreate Multi-Step Form

I’m looking to recreate the below in WeWeb. Is the best option to use the pre-built Multi-Step Form componenet? Or perhaps just a page (or set of pages) with a side menu tying them together?

If the Multi-Step Form component, is there any documentation on it? I can’t find anything on the Documentation site.

Thanks! :slightly_smiling_face:

If you have a smaller number of steps, you can use conditional rendering and have all the steps on the same page. If you have many, you can tie together multiple pages with different steps.

There might be a multi-step form template coming soon :wink:

2 Likes

Thanks @luka. I will have the exact same steps as shown in the above screenshot. I am thinking I will go with a SideMenu with multiple pages. Sound reasonable?

If you want the user to be able to navigate back to the previous step with browser’s history, or reload the page and stay in the current step, then you can use the multi page approach where you get this automatically.

@dorilama What is the “multi page approach”?

create a page for each step and navigate between them.

ah, ok sorry. thought it was something more in depth than that.