Copy link to clipboard
Copied
I have a request for information form with text fields and checkboxes. I'd like to find a way, if possible, to have the checkbox next to each item automatically change to checked once information is typed in the text field. The text can be anything, so long as something is typed in the box. Any suggestions?
Copy link to clipboard
Copied
Put this in the format script for the text box
this.getField("RelatedCheck").checkThisBox(0,!/^\s*$/.test(event.value));
Change "RelatedCheck" to the name of the checkbox next to the field
Copy link to clipboard
Copied
Put this in the format script for the text box
this.getField("RelatedCheck").checkThisBox(0,!/^\s*$/.test(event.value));
Change "RelatedCheck" to the name of the checkbox next to the field
Copy link to clipboard
Copied
Worked perfectly. Thank you
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more