Resolved! Can't get g_form.setLabelOf to work
I'm trying to use g_form.setLabelOf in an onChange client script on the default Problem form. Here is my very simple code: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; ...
