How to hide Variable Set name on a catalog item form

ID NOBLE
Tera Expert

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.

1 ACCEPTED SOLUTION

Chetan Mahajan
Kilo Sage

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

View solution in original post

4 REPLIES 4

Chetan Mahajan
Kilo Sage

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

Thank you @Chetan Mahajan. Your suggestion was helpful.

Maik Skoddow
Tera Patron
Tera Patron

Hi

try out these no-code approaches:

  1. Insert a space char into the title
  2. Insert a container start at the beginning of your variable set and disable the option "Display title":

    find_real_file.png

Kind regards
Maik

Thanks always @Maik Skoddow. Your suggestion was helpful.