Disable submit button via client script
I have an onchange client script and I need the submit button to be disabled if the field is empty. I tried this method, but it's not working. Could someone help me disable this field when it's empty?function onChange(control, oldValue, newValue, isL...