Skip to main content
Participant
February 26, 2025
Answered

Javascript

  • February 26, 2025
  • 1 reply
  • 327 views

First off, I am not very techy so please be patient...I have a form I'm creating and was seeing if there was a script for a couple check boxes.

Lets call them "fallc" & "fallec". I would like "fallc" to be able to be checked independently but if "fallec" is checked, I would like that to auto check "fallc"

 

Thanks for any input

Correct answer PDF Automation Station

Assuming both check boxes have the same export value and you want "fallec" to check AND uncheck "fallc", enter the following mouse up action script in fallec:

this.getField("fallc").value=event.target.value;

1 reply

PDF Automation Station
Community Expert
Community Expert
February 26, 2025

If "fallec" is then unchecked do you want it also uncheck "fallc"?

Participant
February 26, 2025

yes please