Textarea field
Data
| Key | Type(s) | Optional | Description |
|---|---|---|---|
| name | string |
The form field name, this value must be used as the textarea'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": "CEXPERIENCEINFO",
"type": "textarea",
"label": "Overige relevante ervaringsinfo",
"required": false,
}