Displaying a default tab in forms
When working with a form that uses multiple tabs, you can specify which tab to be displayed by default upon opening the form.
Tutorial
To use this feature:
- In the Field Key tab of your Tabs Component, go to the Custom Properties field.
- Click Add Another.
- In the Key field enter
defaultTab. - In the Value field enter the index number of the tab you want to display by default. The Value field support only static values.
important
The index count for tabs starts at 0. Therefore, a 5th tab has the index number
4, a 3rd tab has the index number2, and so on.