Skip to main content
Participant
August 4, 2022
Answered

This pdf form appears to have stopped functioning. Might one of you geniuses take a look and assist?

  • August 4, 2022
  • 2 replies
  • 3259 views

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

 

 

This topic has been closed for replies.
Correct answer try67

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.

2 replies

Bernd Alheit
Community Expert
Community Expert
August 9, 2022

When I remove the line

 event.target.display = display;

there is no more error.

Participating Frequently
August 9, 2022

Thank you!. I will try it out.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
August 9, 2022

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.

Bernd Alheit
Community Expert
Community Expert
August 9, 2022

Use correct values for:

event.target.display

try67
Community Expert
Community Expert
August 9, 2022

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?

Participating Frequently
August 9, 2022

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