Skip to main content

multitext

Multiple text inputs, one per option.

Properties

  • options: Array of FieldOption

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" }
]
}