Choice Fields
Learn about Formora’s choice fields – Dropdowns, Radio Buttons (Multiple Choice), and Checkboxes – for allowing users to select from predefined options.
Choice fields are essential for guiding user input and ensuring data consistency by providing a predefined set of options to select from. Formora offers several types of choice fields to cater to different scenarios, whether you need users to pick one option or multiple.
This guide covers Dropdowns, Radio Buttons (Multiple Choice), and Checkboxes, including how to configure their options and their best use cases.
Remember that general properties like Label, Help Text, Required, and Conditional Logic are covered in the main Field Properties page.
Managing Options for Choice Fields
All choice fields require you to define a list of options that users can select. Each option typically consists of:
- Label: The text displayed to the user for that option.
- Value: The actual data value stored when the user selects that option. This can be the same as the label or a different underlying value (e.g., Label: “United States”, Value: “US”).
In the Formora builder, when a choice field is selected, the Properties Panel will provide an interface to add, edit, reorder, and delete these options.
Interface for managing options in a choice field
Available Choice Fields
Best Practices for Choice Fields
- Keep Labels Clear and Concise: Users should immediately understand what each option represents.
- Logical Order: Arrange options in a logical sequence (e.g., alphabetical, numerical, by importance).
- Use Radio for Single Choice: If users must select only one from a few visible options, radio buttons are generally more intuitive than a dropdown.
- Use Dropdown for Many Options: If you have many options (e.g., > 5-7), a dropdown helps keep the form clean.
- Use Checkboxes for Multiple Choices: When users can select more than one item.
- Consider an “Other” Option: For radio or checkbox groups, an “Other” option with a text field can capture choices you haven’t listed.
Choice fields streamline data entry and improve data quality. Next, let’s look at how to allow users to upload documents with the File Upload Field.