Text field
Data
| Key | Type(s) | Optional | Description |
|---|---|---|---|
| name | string |
The form field name, this value must be used as the input's name key |
|
| type | string |
Different types of form fields such as text password email select range file |
|
| label | string |
The label for the form field | |
| required | boolean |
Indicates if the field is required for validation |
Example
{
"name": "CFIRSTNAME",
"type": "text",
"label": "Voornaam",
"required": true
}