Copy link to clipboard
Copied
Hello,
I have a dropbox called Sex, that has options for Male and Female.
on a different page, I have two checkboxes called CB_Sex, with different export value Male Female.
I need a script so that when dropbox selects male, it checks the checkbox for male and so on...
Also, I need a way to remove the checkboxes from the dropdown list. I can add another item to the checkbox.. say a single space, so that when that's selected, it would result in clearing any/all checkboxes.
Please help!
Thanks
Copy link to clipboard
Copied
Figured it out... wasted hours in the process...
this.getField("Applicant Sex").value = event.value;
this.getField("Applicant Gender").value = event.value;
Copy link to clipboard
Copied
The strategy here is the same as your other post. Make the exports in the dropdown match the exports on checkbox, Make the export for the blank entry on the dropdown "Off". Then use a keystroke script to copy the dropdown to the checkbox. Look at the articles and the examples for sample scripts.
Copy link to clipboard
Copied
Figured it out... wasted hours in the process...
this.getField("Applicant Sex").value = event.value;
this.getField("Applicant Gender").value = event.value;
Copy link to clipboard
Copied
How could you have wasted time? Didn't get figure out the solution? After pretty much being told how to do it.
Copy link to clipboard
Copied
LOL!! 😂
Markarius is lucky that the PDF is only specifying sex type assigned at birth, and not gender, and gender identity for an Equal Employment Opportunity office.
I would like to see how you can get that one figured out, considering the known 63 genders, plus 83 or more gender combinations of the new millenium.
Copy link to clipboard
Copied
thanks for the advice!
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more