Skip to main content
Participating Frequently
May 25, 2023
Answered

Is it possible to trigger code in a signature field before it is actually signed?

  • May 25, 2023
  • 1 reply
  • 712 views

As the title says, I want to know if it is possible to write a script in a Mouse Up action of a signature field and have that script execute before the field is actually signed.

Say I simply want an alert: 

app.alert("Signing now...");

So far any code I write happens only after the signature is completed. I would prefer not using an action like Mouse Enter or On Focus.

 

Any help is appreciated. Thanks.

This topic has been closed for replies.
Correct answer try67

Use the Mouse Down event.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
May 25, 2023

Use the Mouse Down event.

Participating Frequently
May 30, 2023

Thank you, this ended up working. I just have one more question: Do you know if a Mouse Down and Mouse Up event on the same signature field can affect the function of that field in a negative way? I can sign by right clicking or pressing the Enter key, but I can no longer left-click it.