Skip to main content

Configure Form Template Fields

Each field in a form template can be individually configured to control its appearance, behavior, and access permissions. This article explains how to access the field configuration panel and describes each available option.

Access Field Configuration

To configure an individual field, click the gear icon on the field within the form template configuration screen.

The field management popup appears:

Field Configuration Options

OptionDescription
Default ValueThe default value for the field, defined at the form template level. For Select-type fields, specify the option key to pre-select it.
DisabledWhen enabled, the field is inactive and is not included in the form data submitted for saving.
ReadonlyMakes the field read-only. Users can see the value but cannot change it.
RequiredMakes the field mandatory. The form cannot be saved until this field has a value.
Reload FormWhen set to Yes, editing this field triggers a form reload and applies any Form Template Rules. This is important for dynamic template switching based on field values.
ColumnsControls the width of the field on a scale of 1 to 6. A value of 6 spans the entire form width.
Margin LeftSets the left margin of the field. The sum of Columns and Margin Left must be less than or equal to 6.
Line BreakWhen enabled, prevents other fields from appearing on the same line after this field.
HiddenHides the field from the form display while still including it in the form data.
Readonly for GroupsMakes the field read-only for members of the specified groups.
View Only by GroupsRestricts field visibility to members of the specified groups only.
tip

Use Reload Form on category or type fields to dynamically switch form templates based on the selected value. Combine this with loading rules for a seamless user experience.