how to hide/empty the help text of a field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 08:58 AM
I have 1 variable in a variable set.
And this variable set is used in 100 catalog items.
For 1 catalog item, "help text" in a variable(requested for) should not be there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 09:05 AM
Hi,
Create onload client script on that catalog item add below to remove helptext.
g_form.hideFieldMsg('variable_name');
Thanks
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 09:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 09:20 AM
Hi,
It is not possible to show/hide Help text based on condition. You can create duplicate variable and show this new variable using client script for specific catalog item. And hide old variable on your catalog item.
please check below links for client script logics:
Thanks,
Anil Lande
Thanks
Anil Lande