Dropdown List

The Dropdown List is very similar to the Radio Buttons question. It is most useful when you have a large list of options that would take up a lot of space. For fewer options we recommend the Radio Buttons question, since it save an extra click and all the options are visible from the start.

Config

Style

Most of the style settings are self-explanatory, but here are a few tips and tricks:

How it works in Formulas

When referenced in formulas like @DropdownListField, it's value is the value of the selected option. If no option is selected, it's value is zero.

If you want to show the label of the selected option in a formula field, use the LABEL function:
LABEL(@DropdownField)

You can concatenate them like this:
LABEL(@DropdownField) & LABEL(@CheckboxField) & " Some other text here"

Need Help?
Already checked the help docs? We're quick to answer and friendly
Thanks!
We'll reply very soon at
Send message