The text field is a single line input field.
Setting | Description | Possible Values |
Internal Name | Used for internal reference and assigning to submit actions and customer data. | string |
Customer Field | Reference to the customer data field. | List of created customer fields. |
Label | Describing Label above the input field. | string |
Placeholder | Describing text within the input field. | string |
CSS Classes | Add additional css classes to the field wrapper. | string |
Input Type | Default type is 'Text'. |
|
Required | The field needs a value to send the form. | boolean |
Min Length | The field needs a minimum length of. | integer |
Max Length | The field needs a maximum length of. | integer |
Regex | The field value must match the regeluar expression. | string |
Regex Preset | The field value must match the predefined regeluar expression. | Email, Telephone |
Visible When | The related field must match the condition to be displayed. | Conditional settings |
Required When | The related field must match the condition to be required. | Conditional settings |