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

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

NajibRosli94
Tera Contributor

Hi @balaji_charapal ,

I added below script in my onChange client script to clear the value.

g_form.clearValue('variable_name');