Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.usekinetic.com/llms.txt

Use this file to discover all available pages before exploring further.

Dropdown

A dropdown field presents answer options in a compact select menu — ideal when you have many choices but limited screen space.

When to Use

  • Long lists of options (countries, categories, sizes)
  • When screen real estate is limited
  • When you don’t need visual emphasis on options

Configuration

SettingDescription
LabelThe question text shown above the dropdown
OptionsList of selectable values
RequiredWhether an answer is mandatory
PlaceholderHint text shown when no option is selected
Klaviyo PropertyThe profile property name for storing the answer

Data Format

The selected value is stored as a string:
{ "field_name": "option_2" }
For short lists (2-5 options), consider using a Choice field instead — the visual options are easier to scan.