This documentation page is for Quform version 1 and may not be applicable for Quform 2 click here to visit the documentation for Quform 2.
Options
Checkboxes → Settings
The options are the choices the user has to pick from when using the form.
Adding an option
To add an option, click the plus icon next to an existing option and the new option will appear below the it.
Deleting an option
To delete an option, click the remove icon next to the option.
Customize values
This allows you to have a different value submitted than the value that is displayed to the user of the form. The Label is what the user will see and the Value is what is submitted to the form and will be shown in the email and when viewing entries.
Default value
The checkbox to the left of each option are used to specify the default values. The options checked here will also be checked when the form is first displayed.
Options layout
Checkboxes → Settings
Choose whether to have your options inline, or each option on a new line.
Multi-column layout
To have the options laid out in even columns, set the Options layout to Inline then go to the Checkboxes → Settings → Advanced tab and add a new CSS style for Option wrapper and the following CSS, change the width to suit.
1 | width: 200px; |
width: 200px;