I want to hide label type question on catalog form
Hello, I want to hide label type question on catalog form . I have already used these all methods g_form.setDisplay('variable', false); g_form.setVisible('variable', false); $(sys_id).hide(); g_form.setLabelOf('variable', false); but nothing is w...
