---
title: "Add a placeholder text to a Dropdown field - Convert Forms"
description: "There are cases where you want to display a Dropdown field but you want to set a \"Select an option\" placeholder text to the dropdown for your user"
url: "https://www.tassos.gr/docs/convert-forms/functionality/placeholder-text-to-a-dropdown"
date: "2026-05-02T01:24:23+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Convert Forms ](https://www.tassos.gr/index.php?option=com_content&view=category&id=43) / [ Functionality ](https://www.tassos.gr/index.php?option=com_content&view=category&id=60)

#  Add a placeholder text to a Dropdown field

 There are cases where you want to display a Dropdown field but you want to set a "Select an option" placeholder text to the dropdown for your users to select an option from the list.

 To do so you will need to go to your Dropdown field &gt; Advanced &gt; Placeholder Text and set the value that you want to display as your pre-selected option.

 ![convert forms default disabled dropdown option](https://www.tassos.gr/images/cf-default-disabled-dropdown-option.png)

 Once you have set the default placeholder text, your Dropdown field will appear with that option selected.

 ![convert forms disabled dropdown option render](https://www.tassos.gr/images/cf-default-disabled-dropdown-option-render.png)

 Last updated on Nov 26th 2024 12:11

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Convert Forms",
            "item": "https://www.tassos.gr/docs/convert-forms"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Functionality",
            "item": "https://www.tassos.gr/docs/convert-forms/functionality"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Add a placeholder text to a Dropdown field",
            "item": "https://www.tassos.gr/docs/convert-forms/functionality/placeholder-text-to-a-dropdown"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/functionality/placeholder-text-to-a-dropdown"
    },
    "headline": "Add a placeholder text to a Dropdown field",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Stergos Zamagias",
        "url": "https://www.tassos.gr/docs/convert-forms/functionality/placeholder-text-to-a-dropdown"
    },
    "datePublished": "2020-05-16T10:16:45+03:00",
    "dateCreated": "2020-05-16T10:16:45+03:00",
    "dateModified": "2024-11-26T12:28:42+02:00"
}
```
