Copy link to clipboard
Copied
Hi i am new to java and i want to check check box automaticaly based if other text field is filled with some text. If that text field is empty then check box should be empty as well. Using adobe acrobat pro 2020
Copy link to clipboard
Copied
As 'Validate' script of text field, use this and replace "Check Box Name" with the name of your checkbox:
this.getField("Check Box Name").checkThisBox(0,event.value == "" ? false : true);
Copy link to clipboard
Copied
<moved from using the community>
Copy link to clipboard
Copied
As 'Validate' script of text field, use this and replace "Check Box Name" with the name of your checkbox:
this.getField("Check Box Name").checkThisBox(0,event.value == "" ? false : true);
Copy link to clipboard
Copied
Works great thanks a lot
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more