HIDE

Select Field

The Select field type is used to create a drop-down list and display suggestion options.

$

Once you switch on Multiple Selection for the Select field, the options in the select field will be visible to your user. The user can then submit several options at once, by selecting them in the field. You can also specify the number of rows that will appear visible for this field.

  1. In the Options box, set options for the field. Enter each option in a separate line. To differentiate between label and value, separate them with a pipe char (“|”).
  2. You also may choose to enable “Send data by label” function to query Label data in your email.
  3. With Multiple Selection Enabled, your customers can choose many options.
  4. Besides, you can set Limit Multiple Selects, Rows, and Default Value.

In many cases, you desire to use the same values for options to calculate. Your Form absolutely will not work properly with the same values.
Solution: Implement alphabet characters right behind the same values. You can perform calculations with a letter appended to the numerical value.

Notice: This solution could apply to field types: Select, Radio, Image Select, Checkbox, and Select Autocomplete.