Skip to main content
Participant
August 4, 2022
해결됨

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

  • August 4, 2022
  • 2 답변들
  • 3259 조회

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

 

 

이 주제는 답변이 닫혔습니다.
최고의 답변: 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 답변

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 Expert답변
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