... w/o having to write a chunk of JS code each time. Is there something built into the Rules Engine to clear a field when it is hidden by a rule? I've searched the Nintex Connect Community for hours
Why would I want to do this you ask?
If a form user fills in a field that becomes irrelevant and is hidden, why would I want to store the irrelevant data?
Don't you just hate people who answer a question with a question?
I've written Custom JS to take care of it, but am hoping there is something built in. A function/method, etc.
Thanks mis amigos!
Just tested and the outcome is what I expected.
I selected the choice in the dropdown that shows the field
I filled in the field
Change my choice in the dropdown (thus hiding the field)
Submitted the form
Filed value was submitted
Maybe I'm out on a limb here, but that is not desirable behavior.
If there is nothing built in, I will stick with my custom JavaScript solution.