Skip to main content

Tabs

The Tabs Component lets you organize content into multiple tabbed sections. This is especially useful for breaking up large forms into more digestible parts, improving usability and focus by displaying one section at a time.

Tabs

The configuration options are grouped into:

  • Display

  • Conditional

Display

ParameterDescription
LabelA title for the tabs component that appears above the tabbed sections.
TabsDefine the individual tabs by setting their label (what the user sees) and key (internal reference).
Custom CSS ClassAllows you to apply custom styling via a CSS class.
HiddenHides the entire tabs component from view without deleting it.
Vertical LayoutDisplays the tabs vertically instead of the default horizontal layout.

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False – the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.