can we hide none from select box?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 01:15 AM
hi,
I'm using the select box variable with configuration "dropdown with none". But can I hide it in scripts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 01:44 AM
The script is not required, In the variable record Type specifications tab "un-check" the include none checkbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 01:51 AM
Hello @Akki1 ,
try to uncheck include none check box in the below highlighted tab
Hope this helps
Mark my answer correct if this helps you
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 01:53 AM
Hi @Akki1,
Try using g_form.removeOption(); in your onload client scripts.
(Or)
Do this as workaround
Create a label in the choices with NULL_OVERRIDE and select Dropdown without noene and set default value to NULL_OVERRIDE. Also need to uncheck the "include none" checkbox.
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.