Skip to main content
Send Us Your Form, and  We’ll Convert It Into an Online Form  For Free.

Single Choice

alt text

The Single Choice component allows users to select one option only from a predefined list. It is best suited for questions where only a single answer is valid, such as Yes/No selections or choosing one category, department, or service.


How It Works

TThe Single Choice component displays a set of selectable options as radio buttons or buttons. Users can select only one option at a time; selecting a new option automatically deselects the previous one.

You can configure the component’s label, available options, required state, layout, and display behavior to match your form requirements.


Properties

PropertyDescription
Label NameThe text displayed above the field that identifies its purpose to the user.
Hide LabelOption to hide the label visually while keeping it accessible to screen readers.
DisabledThe field is still displayed, however it can not be filled out.
Displayed OptionsHow the options in the component will be displayed. Edit the options to alter their text, as well as their value if being used in a scoring system.
Add OptionCreate additional options for users to choose from within the component.
Make RequiredRequires the user to complete this field before submitting the form.
Horizontal Button GroupSingle choice buttons are displayed vertically by default. Enable this option to display them horizontally.
Add CSS ClassApplies custom CSS classes for styling and layout customization.
Display Component in NavigationOption to include this component in any summary or form navigation (if applicable).
Unique NameA required identifier that must be unique within the form. Used in variables, email templates, webhooks, and integrations.

Add Options

When adding options, you can adjust the Label and Value that are tied to each option.

Label - Text representing the option Value - The value passed in API responses, webhooks, and form variables

alt text


Using Single Choice Values in Other Parts of the Form

You can reference the provided single choice value elsewhere in the form (e.g., success pages, PDF templates, notification emails) using the component’s Unique Name as a variable.