Copy link to clipboard
Copied
I have a form where the fields are hidden until a certain question is answered. I put a reset button on the form, but that only clears the fields, it doesn't reset them to hidden to start again. Is there a way to do that?
Copy link to clipboard
Copied
In button properties where you selected "Reset form" there is also an action to show/hide fields, you can select that and then you will have an option to select either show or hide, select hide and pick the fields you wish to hide when you click button.
Copy link to clipboard
Copied
If you place the code to show/hide the fields under a Calculation event then it should work automatically when you clear the form.