Hello,
I have a header with 3 pages and a tab container with 2 tabs.
How do I link Lecteur page with the tab Lecteur ?
Hello,
I have a header with 3 pages and a tab container with 2 tabs.
How do I link Lecteur page with the tab Lecteur ?
Hi @Sylvie1
You need to set that link to open a URL and not a page, and as a URL you need to use the link that takes you to that tab. Usually, the URL should have this form:
https://www.yoursoftrapp.com/the-page-id?#tabid
As you can see, it includes the domain of your app + / + the id of the page where you have that container with the tab + ? + # + the id of the tab
I realize this is from a while ago, but I’m curious if anyone else has tried using this method for linking tabs and whether there are any new workarounds or updates from Softr to enhance this process. Anyone found a nifty solution to automatically redirect to specific tabs in other scenarios? Would love to hear more experiences or tips!