Skip to content

FormFieldType

The type of a form field.

ValueDescription
TextSingle or multi-line text input. Stored as a string value.
CheckboxA single boolean toggle. Stored as a boolean value.
FileFile upload. Stored as a file reference.
SignatureSignature capture. Stored as a file reference.
SelectDropdown or single-value select. Stored as a string value.
HeadingDisplayDisplay-only: renders a heading block. Does not capture data.
ParagraphDisplayDisplay-only: renders a paragraph block. Does not capture data.
FileDisplayDisplay-only: renders a file or image inline. Does not capture data.