Dropdown

A dropdown select menu with search. Respondents click to open the list, type to filter, and select one option.

Configuration

FieldDescription
OptionsList of choices (add, remove, reorder)
PlaceholderText shown before selection (e.g., "Select an option")
Default valuePre-selected option
RequiredMust select an option
SearchableAllow typing to filter options (enabled by default)

When to use Dropdown vs Single Choice

FeatureDropdownSingle Choice (Radio)
VisualCollapsed menu, click to openAll options visible
Best forLong lists (6+ options)Short lists (2-5 options)
SearchYes (type to filter)No
SpaceCompact (takes one row)Expands vertically

Common uses

  • Country selector
  • Industry/category
  • Department
  • Plan/tier selection
  • "How did you hear about us?"
Note

For selecting MULTIPLE options from a dropdown, use the Multi Select or Multiple Choice (Checkbox) field instead.

Configuration tabs

Every field has 5 configuration tabs when clicked on the form canvas:

TabWhat you configure
DesignQuestion text, description, placeholder, help text
DataDefault value, variable name, prefill from URL parameters
SettingsRequired/optional, read-only, hidden
ValidationsFormat rules, min/max, custom error messages
ImageAttach an image alongside the question

Using in workflows

When this field is part of a form connected to a workflow via the Form Submission trigger, its value is available as a variable:

{{trigger.fieldName}}

Use it in any downstream node: send it in an email, store it in a database, pass it to an AI node for analysis, or use it in an If-Else condition for routing.