Answered
Reset a field upon a change in the dropdown
I have a dropdown field named f1
And a date field named f2
f2 needs to reset onchange of f1 to any of option values.
Any pointers?
I have a dropdown field named f1
And a date field named f2
f2 needs to reset onchange of f1 to any of option values.
Any pointers?
I figured out the answer by reading the documentation:
In the validation script of f1, the following script did the job.
if (event.rc) {this.resetForm("f2");}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.