> ## 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

> Compact selection list for choosing from many options.

# 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

| Setting              | Description                                      |
| -------------------- | ------------------------------------------------ |
| **Label**            | The question text shown above the dropdown       |
| **Options**          | List of selectable values                        |
| **Required**         | Whether an answer is mandatory                   |
| **Placeholder**      | Hint text shown when no option is selected       |
| **Klaviyo Property** | The profile property name for storing the answer |

## Data Format

The selected value is stored as a string:

```json theme={null}
{ "field_name": "option_2" }
```

<Tip>For short lists (2-5 options), consider using a [Choice field](/form-builder/fields/choice) instead — the visual options are easier to scan.</Tip>
