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.

In order to create a property, follow these steps: -

  1. On navigation, under Configure click on Options. You will see list of all the options.

  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.

  3. A form appears where you have to provide the following details: -

  4. Collection – name of the collection (table) which belongs to the form / table for which you are creating option(s).

  5. Label – Display value of the option (e.g., New Option).

  6. Value – Actual / Backend value of the option (e.g., new_option).

  7. Field – Name of the form input field for which the option is being created.

  8. Click on ‘create’ button. That’s it, you have created an Option.

Last updated