multitext
Multiple text inputs, one per option.
Properties
options: Array ofFieldOption
Answer Format
{ "multitextAnswers": { "optionId": "string value" } }
Example
{
"id": "vitals",
"fieldType": "multitext",
"question": "Record vitals",
"options": [
{ "id": "bp", "value": "Blood Pressure" },
{ "id": "hr", "value": "Heart Rate" },
{ "id": "temp", "value": "Temperature" }
]
}