Copy link to clipboard
Copied
This pdf form appears to have stopped functioning. Might one of you geniuses take a look and assist in getting the validation and signature function to work? It does not seem to generate errors on the face of it but there are some value errors in the debug.
Thank you
Diego
Copy link to clipboard
Copied
You have to rename the "display" variable. It will cause your code (and any other similar code running at the same time!) to not work correctly.
Copy link to clipboard
Copied
Use correct values for:
event.target.display
Copy link to clipboard
Copied
I don't think that's the issue. The display.X constants are actually just numbers, so 2 is the same as display.noPrint, for example. However, calling a variable "display" might not be the best idea.
To be honest, I don't really see a problem with the file. @Diego22347945ppfd , what's the exact issue you're having with it?
Copy link to clipboard
Copied
Hi G,
This came to me from a technician that could not sign the form. When I try to click on the validation window, the form does not validate, nor does the signature field enable.
Thank you for checking this out.
Diego
Copy link to clipboard
Copied
Make sure they open the file in Adobe Acrobat (or Reader), and not on a mobile device.
Copy link to clipboard
Copied
When I remove the line
event.target.display = display;
there is no more error.
Copy link to clipboard
Copied
Thank you!. I will try it out.
Copy link to clipboard
Copied
You have to rename the "display" variable. It will cause your code (and any other similar code running at the same time!) to not work correctly.
Copy link to clipboard
Copied