Multi-page app with more than 1 layer of depth

Hi there ! :slight_smile:

I would like to create a mutli-page structure with more than 1 layer depth. E.g. I’d like a page with the following url: ‘my-bubbleapp.io/my_portal/login’. Is this possible? When I try to enter a ‘/’ in the page name, it automatically makes it a ‘_’, so I figured that’s not the way to do it.

Thank you for reading!
Martin

It sounds like you’re looking for path parameters. There are a few plugins that make it easier (Sudsy Page Plugin | Bubble is one of them) and @neilpierce has a little tutorial on YouTube.

Thanks a lot!