How do I create a single URL with multiple pages

I want to create a sort of ‘web app’ that has a single URL (ie: www.example.com/app) that guides the user through various pages on that single URL. The specific pages that the user views are conditional on their original answer, but the actual URL they see never changes. The data from previous answers would obviously need to be saved as well.

Can someone let me know how this is possible? Thanks

Definitely possible. It’s how mobile apps are built in Bubble actually.

For each new screen you want make a new group. Have all but one hidden by default as they all end up stacked on top of each other. Then use hide/show workflow actions to show the correct group at the correct time.

Consider using custom states to show/hide, rather than the show/hide workflow actions. It’s more efficient this way.

2 Likes

Good call that is the better way

1 Like