So I have a settings page where my users can change their info. The settings page has some sub-categories like “page” and “posts”. I want to have it all on one page and show/hide the items based on what sub-category they are on.
How do I make it so the URL changes to /settings/page and /settings/posts based on where the user is, without reloading?
I should make it clear I want to use the browser navigation to go back and forth between pages.
When clicking on the categories, navigate the user to the same page but with a parameter in the url. Then you can check for the parameter in the url and show/hide items based on it.
It won’t reload the page if you send the user to the same page and only change the parameters.
It wouldn’t look like /settings/page then though, but like /settings?category=page or whatever you name your parameter.
The “go to page…” action has a checkbox “Send more parameters to the page”.
I don’t think this is possible in bubble as of now. The path is determined by the page name, so you would need seperate pages for it. And if you navigate between pages, there is a reload.
So I set it up to show a group when URL contains “page” but nothing is happening when the url is replaced. When I reload the page it shows the group though.
And unfortunately another limitation with parameters is the access to meta data such as the SEO title and description of a dynamic page. That said, on admin pages it’s not so much of an issue, if for instance the page is not to be crawled and indexed.