# Select Input

## **General**

General settings for Select Input.

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

### **Label**

Here, you will add the label for your select input.

### **Field Name**

Here, you will add the field name that will be used to save your select input's data.

### **Make It Searchable**

Checking **Make it searchable** will allow visitors to search within your provided select options.

### **Required**

Checking **Required** will make the select input field mandatory, preventing users from submitting the form without selecting an option.

### **Select Options**

Here, in the select options, you can add choices for your select input.

* You can **drag and drop** to rearrange the order of the options.
* Click the **cross icon (✖)** to remove an option.
* To add a new option, click **Add Item**.

***

## **Styles**

<figure><img src="/files/1UxH90TBipyGM5PFqVPc" alt=""><figcaption></figcaption></figure>

### **Hover Text Color (Light Theme)**

Here, you will set the text color when users hover over an element in the **light theme**.

### **Hover Text Color (Dark Theme)**

Here, you will set the text color when users hover over an element in the **dark theme**.

### **Hover Background Color (Light Theme)**

Here, you will set the background color when users hover over an element in the **light theme**.

### **Hover Background Color (Dark Theme)**

Here, you will set the background color when users hover over an element in the **dark theme**.

***


---

# 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://docs.flowappz.com/home/form-fields-pro/fields/select-input.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.
