Replacing 'None' with 'Please Select' in select box : Catalog Item
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2016 07:34 AM
I have a variable in Catalog item "e-transfer Inquiry type" which is select box type and mandatory field.
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2016 08:08 AM
g_form.addOption('variablename', '', '--Please Select--', 0);
g_form.setValue('variablename','');
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2024 11:47 AM
You can go to the Variable Default value and you can set it as "--Please Select--"