# Dropdown Field

Use **Dropdown field** to let a participant pick one value from a predefined list.

In the envelope, it’s rendered as a dropdown. After selection, it’s shown as regular text.

You can place this field in:

* structured documents
* PDF documents

### Add a dropdown field

<figure><img src="/files/zyNwUlVuH9LX7G8jCyvC" alt=""><figcaption></figcaption></figure>

1. Open the template in edit mode.
2. Open the **Fields** panel.
3. Find **Dropdown field** in the **Fields panel** and add it to the template.
4. Input 2 options and click **Save**.

### Field settings

Click on the placed field to reopen settings menu.

{% columns %}
{% column width="58.333333333333336%" %}

* **Name** — field name shown in the document
* **Role name** — role that fills the field
* **Placeholder** — hint text shown before input (if empty, **Name** is used)
* **Option 1**, **Option 2**, etc. — values available for selection
* **Add option** — adds more options
* **Optional** — whether filling the field is required
* **Multiselect** — allows selecting multiple values
* **Allow custom values** — allows free text input in addition to predefined options
* **Search** — makes the field available for search/filtering in the mailbox UI (if enabled in your setup)

{% hint style="warning" %}
You can’t enable **Multiselect** and **Allow custom values** at the same time.
{% endhint %}
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/zbzipadZTNnY8g8oar3M" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Limits:

* minimum: **1** option
* maximum: **100** options per field
* each option must be non-empty and **1–50** characters
  {% endhint %}

#### Links inside a dropdown field

If the selected value contains a URL, it is rendered as a normal browser link (blue + underline).

* You can open the link from the right-click context menu (any role).
* You can open the link with a direct click only if the field is inactive.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.docstudio.com/user/template-builder/template-dynamic-fields/dropdown-field.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
