Help! Checkbox on one page turns on checkbox on other page?
I know virtually nothing about coding, so please be gentle
I have a list of items with checkboxes and I want to have a checkbox on one page in a PDF form get checked (turned on) when a user checks a box on the previous page.
The checkbox on the first page is named "Redundant" and the checkbox on page 2 is named "Reach".
I've tried to use code for what sounds like the same question, for example: if (this.getField("Redundant").value!="On") this.getField("Reach").value = "On";
...but that didn't work, nor did others. Acrobat accepted that code (no errors), but when I tried to test it, the second checkbox didn't get checked.
As I said, though, I'm not a coder and this is as close to a foreign language as it gets for me!
I feel like this should be simple -- check a box on one page so another box gets checked on another.
Please help! I'm using Acrobat Pro DC. Thanks thanks thanks!!
