Text Area
The Text Area Answer is used to submit longer text responses to multi-line text input fields.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "TextArea" (from FieldTypeEnum) |
textValue | string | Yes | The multi-line text value for the field |
Example Usage
{
"fqName": "CompanyInfo_Description_BusinessDescription",
"answer": {
"fieldTypeId": "TextArea",
"textValue": "Our company provides financial technology solutions for small to medium enterprises. Founded in 2010, we specialize in payment processing, risk management, and credit facilitation for businesses across multiple sectors including retail, hospitality, and professional services."
}
}
Notes
- Text Area answers are used for longer, multi-line inputs such as descriptions, explanations, or detailed information.
- Unlike the Text answer type, the
textValueis required for Text Area fields. - The content may support basic formatting, but this depends on the specific implementation of the form field.