- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 12:42 PM
Hi,
I want to create few mandatory drop downs with yes/No in catalog. But the default value of dropdowns should be NONE so that it will force to user to select any value.
Any idea how to do this?
Regards,
Varun
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 12:54 PM
I think if you just check the Include none checkbox on the yes/no variable it will automatically add it as the default value. You might also try none in the default value field on the variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 12:49 PM
I tried with g_form.setValue('your_variable_name', ''); but it is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 12:56 PM
Under Type Specifications for type Yes/No, there is a 'Include None' boolean. Have you checked that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 12:54 PM
I think if you just check the Include none checkbox on the yes/no variable it will automatically add it as the default value. You might also try none in the default value field on the variable.