Standard Field Types
Description
The standard field types represent legacy data types used for storing data.
List of Standard Field Types
The following are the standard field types supported by Factorial Forms.
Additional Properties
The following additional properties are shared by all Standard Field Types ^50b866
- Read-Only by Default: Keep the field read-only, preventing changes to the field value
- Visible by Default: Keep the field visible on the Form Page, unless overridden by display rules
- Hide on Summary: Hide the field from the summary page
- Delete Value when Hidden: Delete the field value if the field is hidden
Validations
Below data validations are shared across all standard field types
- Bypass Validation: Bypassing validation will allow the user to continue to the next page, but will not allow the user to submit the form until they resolve the validation issue
- Required: Toggle to make the field mandatory or not. Provide an accompanying error message in the
Required Validation Error Messagetext box to be displayed if the validation fails. - Regex: Toggle to use regular expressions to validate the format of the data entered in the field. Allows the user to define a regular expression pattern to be matched by the data in the
Regex Validatortext box, and provide an error message to be displayed if the validation fails in theRegex Validation Error Messagetext box. - Conditional Validation: Specify custom conditions that should be satisfied on the field value with an accompanying error message to be displayed if the condition is not met.