I have a set value script in the OnLoad trigger of a stateless form that was working last week but is not working now. I need the value of a 2 radio button field to be set to "" nothing (whatever you want to call it) so that the user must select something which futher triggers updates to dropdown list lower in the form.
input.Report_Type = "";
hide Class;
hide Region;
hide Planting_Type;
hide Report_Filter;
hide plain2;
Was there a change made that may have affected this recently?