Field variations allow you to change the default behavior of your fields.
Search Form Field Variations
- Default: The standard behavior for a field
- Hidden: Hides the field from view and makes the contents of the field un-editable by a user
- Value: Displays the value of the field instead of rendering the input options
- Readonly: Displays a value within a disabled input field that isn't directly editable by the user's input
- Filter: Triggers the search query to execute as soon as the field's value is changed
Admin Form & Site Form
- Default: The standard behavior for a field
- Hidden: Hides the field from view and makes the contents of the field un-editable by a user
- Value: Displays the value of the field instead of rendering the input options
- Readonly: Displays a value within a disabled input field that isn't directly editable by the user's input