Not able to remove choice list option from choice field.
Hii have written a onLoad client script and on based of condition i am removing the choices from choice list field using removeOption() method. g_form.removeOption(‘state’, 0);g_form.removeOption(‘state’,2);etc. Except one, all choices(which i menti...
