Tabs Module

Tabs modules can hold rows, columns, and other modules in their content. Anything that can be created by the builder can be created inside the tab content of a tabs module.

Load Page With Specific Tab Open (Advanced)

You can load a page with a specific tab in the tabs module open.

Note: this is an advanced solution that requires you to know how to use your browser's inspector.

To open a page with a particular tab open, append the tab's HTML ID to the URL.

So for the below example, to load the page with TAB TWO open, you'd append #modjvffzy7gzgu0xf1fd-tab1 like so:

https://domain.com#modjvffzy7gzgu0xf1fd-tab1

Note: the ID includes "tab1" rather than "tab2" because the tabs are 0-indexed..