Hi, @NigelG Thanks!
I found this forum thread:
As far as I understand @sridharan.s’s solution relies on URL parameters, so it would look something like this:
/root-page?tab=1?nestedTab=1
But is there a way to make this structure:
/root-page/page/page
I initially thought I could make it work in the Single Page Application (SPA) … but after fiddling with Bubble, it appears to me these nested URL structure can’t be done with Internal Links. It can be done with External Links, which always refresh the page and thus defeat the whole purpose of SPA.
Did you mean to use URL parameters? Or is there another solution to make the nested URL work?