> For the complete documentation index, see [llms.txt](https://docs.obto.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.obto.co/applications/field-dropdowns.md).

# Field Dropdowns

## How to create Options

Suppose you have a form input which should be an option(choice), then platform provides you to add options to that input so that users can select an option.&#x20;

In order to create a property, follow these steps: -&#x20;

1. On navigation, under Configure click on Options. You will see list of all the options.&#x20;
2. Click on settings icon on top left corner and then click new or just click on the ‘+’ icon on top left corner of the table.&#x20;
3. A form appears where you have to provide the following details: -&#x20;
4. Collection – name of the collection (table) which belongs to the form / table for which you       are creating option(s).&#x20;
5. Label – Display value of the option (e.g., New Option).&#x20;
6. Value – Actual / Backend value of the option (e.g., new\_option).&#x20;
7. Field – Name of the form input field for which the option is being created.&#x20;
8. Click on ‘create’ button. That’s it, you have created an Option.&#x20;
