How does it work - Combo box / List item |
|

|
|
|
|
| Any: |
Is not required the user select one option |
| |
|
| Not the first: |
The first option is not valid
To detect the first option server side the value of the first option must be Void like
<option value="" >Select</option> |
| |
|
| Selected Min. Max.: |
Only for multiselect combo box or list item.
You can define a mininum and a maximun options the user must select |
| |
|
| Error message: |
The message display if the field is not validated |
| |
|
| |
|