A question of type email allows the user to enter an email address. The app validates if it is a valid email address.
{
"id": 0,
"required": false,
"type": "email",
"key": "text_email",
"label": "Email",
"description": "A basic email question",
"answers": [
{
"id": 0,
"options": {
"defaultValue": "test@d2t.nl"
}
}
]
}
Answer Options
This chapter describes the option possibilities for an answer.
Name | Type | Description | Required | Default |
|---|---|---|---|---|
defaultValue | string | Default value to pre-fill the input. | false |
Examples
Last modified: 04 June 2025
