How can i make multiple choice variable by default empty.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2015 06:12 AM
26 REPLIES 26

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2018 11:28 PM
I agree with you - but this checkbox is not always avaliable.
If this post was helpful, I would appreciate if you marked it as such - thanks!
Best
Daniel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 05:24 AM
Hi @balaji_charapal ,
I added below script in my onChange client script to clear the value.
g_form.clearValue('variable_name');