Skip to main content
Each object in a form’s components array must use a compType value. The value is case-insensitive, but the spellings below are the supported type names. Configure the remaining keys with the component field reference.

Supported types

A missing or unknown compType falls back to textinput. Treat an unexpected text field as a configuration error and check the spelling before publishing.

Reference-backed components

dropdown, multi-reference, smartscan, and facialsmartscan read rows from the locally downloaded table named by refTable. For each reference row:
  • displayCol supplies the label shown to the user.
  • postValueCol supplies the ID or value returned by a selection or match.
  • postTargetCol names the column in the submitted record.
  • filterTable, filterRefCol, and the related filter keys restrict the available rows.
The regular reference list is alphabetically sorted unless useViewSort is true. A customdropdown uses its dataset instead and sorts it when sortAsc is true.

Examples

Reference dropdown

Custom dropdown

Smart scan

Continue

Last modified on September 7, 2026