A complicated Multi Form - Some Advice Please

Hi,
New to bubble and looking for some advice from the pros and experts. I don’t want to be weeks into a project, to find I have gone about it wrong. I have built a thin proof of concept, so all the logic makes sense.

I have a complicated 9 page multiform, with around 20-30 input fields per page. Some of the inputs are dependent on earlier choices.

As a single page application it is starting to get complicated and cluttered, with many workflows and conditions etc.

My question is SPA vs Individual pages.
Should I create 1 Single Page Application with 9 hidden forms, or should I create 9 independent pages and pass parameters from page to page.

Many thanks for your time.
Kind Regards Graham

Hello @grahamr welcome to the community

If the dB and logic are well built and the UI is well organized an SPA will work fine :smiley:

Thank you