A Field Set can be used to create a title for an area of the form. This is useful to put inside Layout components or in between lots of related components. The Field Set is for display only and will not be saved to the API.
Display Tab:
- Legend: A Field Set Legend that will appear for the component in the form.
- Tooltip: Entering data here will create a tooltip icon on the field.
- Tab Index: The Tab Index setting indicates which elements in a form can be focused and which ones cannot. It functions as a global attribute, providing three different results depending on the integer value assigned. A Negative Integer (-1) indicates that the elements are unfocused and cannot be reached through sequential navigation. A Zero Integer (0) indicates that the elements are focused and can be accessed via sequential navigation. A Positive Integer (1) serves the same function as a zero integer, but with a positive integer, you can establish a specific order based on the assigned number.
- Custom CSS Class: In this setting, you can add a CSS class. Multiple classes can be added, and class names should be separated by only a space.
- Hidden: Enabling this setting will hide your field from view when the form is extracted.
- Disabled: Enabling this setting will disable the component from the form.
- Table View: When this setting is enabled, the data on this component will only show up in the Submission list of the table view.
API Tab:
- Property Name: In this setting, you can provide the name of the field in the API endpoint.
- Field Tags: In this setting, you can enter the tags for the field that can be used in custom logic.
- Custom Properties: In this setting, you can enter any custom properties to configure this component.
Conditional Tab:
- This component should Display: In this setting, you can choose "True and False" if this component should display.
- When the form component: In this setting, you can choose if you want the component to be displayed after it is submitted.
- Has the value: In this setting, you can choose the value of the component when it will be hidden or displayed.
Layout Tab:
- HTML Attributes: In this setting, you can enter HTML attributes map for the component's input.