Hi
In my form, I want to show a dropbox, where the user must consciously and explicitly make a choice.
I offer dropdown-options 1 to 5.
On the frontend, the dropbox should first show a "blank" or a text like "please make your choice".
Then the user has to explicitly select one of the dropdown-options (1 to 5).
The validation should be as follows:
A) Required=Yes and
B) only option 1 to 5 is a valid selection
How do I configure this?
Thanks
Marc_V
In my form, I want to show a dropbox, where the user must consciously and explicitly make a choice.
I offer dropdown-options 1 to 5.
On the frontend, the dropbox should first show a "blank" or a text like "please make your choice".
Then the user has to explicitly select one of the dropdown-options (1 to 5).
The validation should be as follows:
A) Required=Yes and
B) only option 1 to 5 is a valid selection
How do I configure this?
Thanks
Marc_V
Hi Marc_V,
You set Required = Yes on the Validation tab; put 'Please make your choice' in the Empty Option box; and add the other options in the Options box.
Bob
You set Required = Yes on the Validation tab; put 'Please make your choice' in the Empty Option box; and add the other options in the Options box.
Bob
This topic is locked and no more replies can be posted.