field_name?:select< label | placeholder >
- option_1_value:<Option 1 Display Label>
- option_2_value:<Option 2 Display Label>
- option_3_value:<Option 3 Display Label>
The Select input displays a dropdown list where the user can choose a single value from the available options. A :select
input must have at least 1 option, and may have many. In some cases, a different input that includes a standard set of options such as CountrySelect
input may be what you are looking for.
Customizable Labels - Customize the labels for each option
field_name?:select< label | placeholder >
- option_1_value:<Option 1 Display Label>
- option_2_value:<Option 2 Display Label>
- option_3_value:<Option 3 Display Label>