- Create a new form or edit an existing form
-
Click to add the field to the form or drag the field from the tools menu into position inside the form.
NEX-Forms Documentation
Documentation & Tutorials for NEX-Forms version 8.0 and above
Dropdown Multi-Selects in NEX-Forms allow users to select multiple options from a single dropdown menu, making it a versatile choice for forms that require more complex input. This feature is ideal for surveys, preference selections, and any form scenario where multiple responses are needed. By utilizing Dropdown Multi-Selects, you can effectively gather multiple pieces of information within a single field, streamlining the user experience and improving the functionality of your forms in NEX-Forms.
- Edit the field by hovering over it and then click on the Edit Icon which will bring up the field settings panel.
-
Click on the "INPUT" tab from the settings panel.
General Dropdown Multi-Select setting definitions | ||
Setting | Definition | |
Input Name | Sets the name of the input field itself. By default when you enter a field's Main Label the Input Name will reflect that text in an input name format. IMPORTANT:
• One form can not have 2 or more fields with the same input names. • All input names in a single form needs to be unique. • An input field name can not be blank. TIP: If you need two or more fields to have the same label then you can edit these field's input names to be unique while still having the same labels for the fields.
NOTE: Reserved WordPress terms (parameters) like name, page, post, category, id will be prefixed with an underscore to avoid conflict, for example: name will become _name |
|
Input ID | Gives the Input an ID. Useful if you need to tager fields by thier id's from 3rd party scripts or CSS (Cascading Style Sheets) | |
Setting | Definition | Example |
Disabled | ||
Sets the field enabled - The Dropdown Multi-Select is made selectable to the user. | ||
Sets the field to be "Disabled" - The Dropdown Multi-Select is made unselectable to the user. |
|
Default value & input styling definitions | ||
Setting | Definition | Example |
Default Value / Placeholder | Sets the default selected option. Use 0==Your Placeholder Text for no default selection and setting it as a placeholder. The 0== is what tells the field to use it as a placeholder and not a default selected option. | |
(bold) | If active sets the input text to bold | |
(Italic) | If active sets the input text to italic | |
(Underline) | If active sets the input text underlined | |
Font Size | Sets the font size of the input text | |
TX (Text color) | Sets the input field's text color | |
BG (Background color) | Sets the input field's background color | |
BRD (Border width and color) | Sets the input field's border width (size) and border color | |
(Align Text Left) | If active aligns the text to the left inside the input field | |
(Align Text Center) | If active aligns the text center inside the input field | |
(Align Text Right) | If active aligns the text to the right inside the input field | |
Input Size | ||
Small - Sets the input field size to small | ||
Normal - Sets the input field size to normal size | ||
Large - Sets the input field size to large | ||
Corners | ||
Squared - Sets the input field's corners square | ||
Rounded - Sets the input field's corners rounded | ||
Pilled - Sets the input field's corners fully rounded (pilled) |
- Edit the field by hovering over it and then click on the Edit Icon which will bring up the field settings panel.
-
Click on the "INPUT" tab from the settings panel.
- See the "Selection Setup" section.
-
Editing:
Each line represents an option. Edit a single line to edit an option. -
Adding:
To add a new option to the selection menu type a new line or create a new line between existing radio buttons. -
Removing:
Remove the line from the list of options.
Examples | ||
Option Setup | Dropdown Multi-Select Example | |
1. | Default Value
--- Select ---
Set Options Option 1 Option 2 Option 3 |
|
2. | Default Value
Choose a Fruit
Set Options Pear Orange Lemon Banana |
|
3. | Default Value
--- Gender ---
Set Options Male Female |
|
4. | Default Value
Option 1
Set Options Option 2 Option 3 |
|
5. | Default Value
- Select -
Set Options Europe South America North America Central America Caribbean Africa Middle East Asia Pacific Antarctica |
|
6. | Default Value
Set Options Option 1 Option 2 Option 3 |
- Edit the text field by hovering over it and then click on the Edit Icon which will bring up the field settings panel.
- Click on the "VALIDATION" tab from the settings panel.
Dropdown Multi-Select Validation Option Definitions | ||
Option | Definition | Example |
Minimum Selections Required | Sets the minimum required number of selections that the user needs to make in order to submit the form or to advance to the next step. NOTE: Leave this setting empty for no limits.
|
|
Secondary Error Message | Sets the error message to be displayed if a user fails to select the minimum required selections. {x} is used as a placeholder which will be replaced in the error message with the minimum selection requirement number. NOTE: This is only applicable if a Minimum selection requirement is set for the multi-select.
|
|
Maximum Selections Allowed | Sets the maximum selections that a user can make. NOTE: Leave this setting empty for no limits. |