Form Field Properties define how a field appears, behaves, validates user input, and handles sensitive information within a form. These below properties are common across most field types and help ensure consistency, accuracy, and a customizable user experience.
This article explains all the core properties available for form fields, including general settings, validation options, privacy controls, and styling configurations.
Note
Field types may include additional properties not listed here. To learn about field-specific configurations, refer to the respective field’s article.
Core settings that control the field’s identity, display name, default behavior, and basic configuration within the form.
| # | Property | Description |
|---|---|---|
| 1 | Select Category | Defines the field type or category. |
| 2 | Field Name | Internal system name used in expressions, workflows, and data tables (not visible to end users). |
| 3 | Label Name | Display name shown to users on the form (visible to end users). |
| 4 | Help Text | Optional guidance displayed below the field to help users understand expected input. |
| 5 | Default Value | A pre-filled value that appears when the form loads. |
| 6 | Hide Field | Makes the field invisible on the form while still usable in logic or stored in submissions. |
| 7 | Select Scanner | Enables QR or Face recognition scanning for supported fields. |
Rules that ensure users enter correct, complete, and properly formatted information before submitting the form.
| # | Property | Description |
|---|---|---|
| 1 | Required Field | Ensures the field must be filled before form submission. Wouldn't let user to submit the form if isn't filled. |
| 2 | Length Validation | Sets minimum and maximum character limits for the field. |
| 3 | Pattern Validation | Defines acceptable input format using regex or predefined patterns. |
Settings that protect sensitive data through labeling, masking, and encryption to maintain security and compliance.
| # | Property | Description |
|---|---|---|
| 1 | Mark as PII | Labels the field as containing personally identifiable information. |
| 2 | Encryption | Encrypts stored field values for enhanced security. |
| 3 | Input Mask | Masks characters during user input for sensitive values (e.g., phone numbers, IDs). |
In this section, there are two sets of configuration options: one for styling the field label text, and the other for styling the field value text entered by the user.
Options that customize how the field label appears, including its color, size, and text style.
| # | Property | Description |
|---|---|---|
| 1 | Field Label Color | Sets the color of the field label. |
| 2 | Field Label Size | Choose Small, Medium, Large, or Custom size for label text. |
| 3 | Field Label Style | Applies Bold or Italic formatting to the label. |
Formatting options that define how the user-entered text inside the field is displayed, including its color, size, and style.
| # | Property | Description |
|---|---|---|
| 1 | Field Value Color | Sets the color of the text entered by users. |
| 2 | Field Value Size | Choose Small, Medium, Large, or Custom size for input text. |
| 3 | Field Value Style | Applies Bold or Italic formatting to the user-entered value. |
Note
Field-specific validation behavior and advanced configuration options are explained in the respective field articles.