We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Replacing 'None' with 'Please Select' in select box : Catalog Item

asasas
Kilo Contributor

I have a variable in Catalog item "e-transfer Inquiry type" which is select box type and mandatory field.

40.PNG

When I   tick check box" Include None"   that option is added in select box(as shown above )

That I want is:   I want to replace "--None--" With "--Please Select--" option

can someone help.

6 REPLIES 6

g_form.addOption('variablename', '', '--Please Select--', 0);


g_form.setValue('variablename','');


UttamPundir
Tera Contributor

You can go to the Variable Default value and you can set it as "--Please Select--" Screenshot 2024-01-21 011329.png