Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Application alert and signature dialog box logic

Community Beginner ,
Nov 26, 2021 Nov 26, 2021

I found some message text and modified for my purpose and now need help with 2 bits of logic to make this work on mouse down of a signature field.

If user clicks OK, the message text below is dismissed and the signature dialog box presents as expected.

 

  • If the user clicks Cancel, is there a way to prevent the signature dialog box from presenting?
  • If the users click the fields after it is signed, is there a way to prevent the message from presenting again.

 

Message:

var

svfile = app.alert ("Signing here will lock the fields in test set 1. You will not be able to modify any results after signing. Click OK to continue with signing or Cancel to review your results and return to this signature field later.", 1,

1);

TOPICS
JavaScript , PDF forms , Security digital signatures and esignatures
615
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Nov 27, 2021 Nov 27, 2021

Signature fields have no Mouse Down event, only Signed.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 27, 2021 Nov 27, 2021

Signature fields have no Mouse Down event, only Signed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 04, 2021 Dec 04, 2021
LATEST

True, now mouse up/down event on signaure. So I placed the code in a button and sig fields are only visible when the required fields are all field in. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines