v9.4.008 Control Application
Field1 - is a select using select2.
Field2 - is a select based on the value selected in field1
Field3 - is a text field
Ajax field1_onchange event clears the value of Field2 (select) - but not Field3 (text)
I have tried setting the value of Field3 to {field3} = ‘’ OR {field3} = NULL and even {field3} = “something else”.
The value of field3 does not change when the ajax event is fired.