Multiple choice field
Description
A multiple choice field is used to get a single or multiple selections from the user. You can configure the list of options under the Options tab. Each option has the following settings:
- Label: (required) The text displayed to the user. Example - “Red shirt”.
- Value: The value stored in the database, or sent to integrations. When working with order forms this can be used to set the price of the product. If not specified, the label is used as the value. Example - “100”.
- Description: Additional information displayed to the user. Example - “Available in all sizes”.
- Color: Associate a color with the option. This color is used for reporting and analytics. It is not displayed to the user. Example, you can set a red color for “No” and a green color for “Yes”.
- Image: Display an icon (from the icon gallery), or a custom image next to the option. The image can be uploaded, or linked via a URL.
Label and description fields support text formatting, including bold, italic, and links.
In addition, this field has an Autofill feature which includes commonly used options like yes / no, Likert scale, gender, etc. If some integrations are enabled, the field will also include options from those integrations.
Uses
Surveys, where users can select multiple options.
Order forms, where users can select multiple products.
Confirmation field where the user has to make a choice to submit.
Type selection, like issue type, or product type.
Answer selection in quizzes, where the correct option has a positive value and the incorrect options have a negative or zero value.
Styling
Multi-column layout: Use the layout setting under the General tab to display the field in a multi-column layout.
Hide label: Check the Hide label from view setting under the General tab to hide the label from view.
Randomize options: Check the Randomize options setting under the General tab to randomize the order of the options. This setting is useful for preventing bias in the selection process.
Number of options in a row: Use the Number of options in a row setting under the General tab to display multiple options in a single row. Example, setting 1 here will display each option in a new row.
Layout: Choose between a horizontal or vertical layout. The horizontal layout displays the icon / image to the left of the label. The vertical layout displays the icon / image above the label. The latter makes the field appear more prominent.
Validation
- Required: Check if the field is not empty.
- Min selections: Check if the user has selected a minimum number of options.
- Max selections: Check if the user has selected a maximum number of options.