Skip to main content

Single Select

Dropdown with one option.
OptionDescription
Label AttributeField to display
Value AttributeField to store
Enable SearchAllow filtering options
Enable Auto PaginationLoad more on scroll

Multi Select

Multiple selections allowed.
OptionDescription
Allow Select AllButton to select everything
High CardinalityOptimize for 1000+ options
Search on FrontendFilter loaded options only

Text

Single-line text input.
OptionDescription
NameVariable name
LabelDisplay text
Help TextDescription
RequiredMust be filled

Password

Masked input for sensitive values. Same options as Text. Value is hidden when displayed.

Checkbox

Boolean toggle.
OptionDescription
NameVariable name
LabelDisplay text
RequiredMust be checked

Hidden

Store values without showing to users. Use cases:
  • Default values
  • Computed values from other fields
  • API responses needed later
OptionDescription
NameVariable name
Data SourceAPI to fetch value
QueryFilter parameters

Field Order

Use arrow controls to reorder fields. Order determines display sequence in the form.