The CreatorCon Call for Content is officially open! Get started here.

How to make select box(dropdown field) choices picked instead of none

RudhraKAM
Tera Guru

Hi

I have a requirement, where when the user need to select   one option from the dropdown   and that is a mandatory field .   for instance

the field name is   Field

and the list of choices are A,B,C default is none

none should be displayed when the form load and user should not be able to   submit the form without selecting some option ,the issue which I am facing is even I didn't select any option I am able to submit it and in the   user end the field option is marked as select .can some one help me with that

Untitled.png

1 ACCEPTED SOLUTION

Abhinay Erra
Giga Sage

Check the Include none checkbox


View solution in original post

14 REPLIES 14

snowtech1
Tera Expert

Are you adding the none choice manually?



If so remove it and try the 'include none' option on configure dictionary of the field.


Hello Snowtech1



Thanks for the prompt reply , yes that was manually added and I removed it but I don't know how to do that ,, I clicke on configure variable - configure dictionary and then what should I select , is there any script we can use ? bcoz we have more than 200 of these fields


If a field, change to advanced view and check in this tab,


find_real_file.png



If a catalog variable, change to advanced view and check in this tab,


find_real_file.png



Yes, you could run a background script on the server to alter the selection above for those field/variable.


is it same with Fiji ?