Skip to main content
Participant
August 2, 2023
Answered

Clear form remove populated checkboxes

  • August 2, 2023
  • 1 reply
  • 1178 views

Hello! My PDF is currently set up to auto populate checkboxes when certain check boxes are checked. I am running into issues reseting the form.

 

I want the reset form button to clear all fields AND remove the autopopulated checkboxes. The button I created clears all fields but does not remove the autopopulated checkboxes. It only unchecks them.


Right now I am using: Mouse up - Reset a form 

Can this be done? Thank you in advance for your help! 


 

 

 

This topic has been closed for replies.
Correct answer try67

> The button I created clears all fields but does not remove the autopopulated checkboxes. It only unchecks them.

What do you mean by that? Unchecking a check-box field is the same as clearing it... Do you want the fields to be removed entirely? Or do you mean make them hidden?

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
August 2, 2023

> The button I created clears all fields but does not remove the autopopulated checkboxes. It only unchecks them.

What do you mean by that? Unchecking a check-box field is the same as clearing it... Do you want the fields to be removed entirely? Or do you mean make them hidden?

Participant
August 3, 2023

Hi Try67.

 

I figured it out. Your response helped me process how to go about solving my problem. I created a mouse up- clear form to uncheck all checkbox fields then did another mouse-up show/hide field to remove any autopopulated checked boxes. Problem solved! Thanks!