- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 08:08 PM
Hi,
Please I need help on how to hide Variable set name on a catalog item form. Basically, we have two different variable sets that are attached to our catalog items. So whenever we want to fill out the catalog item form, it's displaying the name of the two Variable sets followed by their respective variables. But we only want the variables alone displayed on the form without the name of the variable set itself. Thanks for your continuous supports.
Solved! Go to Solution.
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 08:10 PM
Hi,
create on load client script,
try this g_form.setDisplay('variable_set_name',false);
Replace 'variable_set_name' with the name of your variable set. Ref
Kindly mark correct and helpful if applicable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 08:10 PM
Hi,
create on load client script,
try this g_form.setDisplay('variable_set_name',false);
Replace 'variable_set_name' with the name of your variable set. Ref
Kindly mark correct and helpful if applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 07:27 AM
Thank you @Chetan Mahajan. Your suggestion was helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 08:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 07:23 AM
Thanks always @Maik Skoddow. Your suggestion was helpful.