FormFieldType
Enum: FormFieldType
Section titled “Enum: FormFieldType”The type of a form field.
Values
Section titled “Values”| Value | Description |
|---|---|
Text | Single or multi-line text input. Stored as a string value. |
Checkbox | A single boolean toggle. Stored as a boolean value. |
File | File upload. Stored as a file reference. |
Signature | Signature capture. Stored as a file reference. |
Select | Dropdown or single-value select. Stored as a string value. |
HeadingDisplay | Display-only: renders a heading block. Does not capture data. |
ParagraphDisplay | Display-only: renders a paragraph block. Does not capture data. |
FileDisplay | Display-only: renders a file or image inline. Does not capture data. |