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

How can i make multiple choice variable by default empty.

balaji_charapal
Kilo Guru

Hi Team,

How can i make multiple choice variable by default empty(not selected any thing)

add_remove.PNG

Regards,

Balaji Chara

26 REPLIES 26

please select the included none option so by default none will be appear on the form.


HI,



Do not select first option works .


beant1
Tera Contributor

I discovered that the "Do not select the first choice" option only works when the catalog item is displayed.   After it is submitted, the variable reflects the first option as being selected by default.   Ideally, it would allow a blank/null value.



--Thomas Bean


Daniel Oderbolz
Kilo Sage

I think the way to do it is to create an onLoad Client UI Script and there

 

g_form.clearValue('variable_name');

 


If this post was helpful, I would appreciate if you marked it as such - thanks!

Best
Daniel

Cupcake
Mega Guru

Inside of your variable make sure that you go to the Type Specifications Tab and check the box "Do not select the first choice". See screenshot below.

Mark correct answer if this is correct.