Resolved! Remove an option from a select box field
Hi everyone, I need to remove an option from a select box field in a catalog client script by using sys_choice table.The current Client Script is this: function onLoad() { g_form.removeOption('what_do_you_want', 'seasonal_campaigns'); //Qual material...
