Skip to main content
Participant
March 27, 2024
Question

Using Reset button to set form back to initial state

  • March 27, 2024
  • 2 replies
  • 455 views

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?

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

try67
Community Expert
Community Expert
March 28, 2024

If you place the code to show/hide the fields under a Calculation event then it should work automatically when you clear the form.

Nesa Nurani
Community Expert
Community Expert
March 28, 2024

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.