Copy link to clipboard
Copied
Hello,
I have an awesome PDF Form that works perfectly on my PC. However many of the javascripts I'm using to make it so when you check a box another checks/unchecks are not working on iPad. Here are 2 samples. Anyone know how to get this working?
Example 1
if (event.target.value!="Off") this.getField("15moLoyalty").checkThisBox(0, true);
Example 2
if (event.target.value!="Off") this.getField("15moLoyalty").checkThisBox(0, false);
Copy link to clipboard
Copied
With iOS you'd have to use a PDF viewer that has sufficient support for scripting. Acrobat Reader does not, but Readdle's PDF Expert does.
Copy link to clipboard
Copied
With iOS you'd have to use a PDF viewer that has sufficient support for scripting. Acrobat Reader does not, but Readdle's PDF Expert does.
Copy link to clipboard
Copied
Does anyone have a suggestion for an alternate way of doing this that will work with Adobe Reader on the iPad? Readdle's PDF Expert is not an option
Find more inspiration, events, and resources on the new Adobe Community
Explore Now