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

Input date after inserting digital signature

New Here ,
May 02, 2016 May 02, 2016

Hi all,

I need a solution on how to

- insert date in field2 after digital signature (certificate-based) has been entered in field1

- read email address from Active Directory based on last name entered in field3, and put that email address in field4

- create a button to forward to email address acquired earlier

Thanks to all !

TOPICS
Acrobat SDK and JavaScript , Windows
457
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
LEGEND ,
May 02, 2016 May 02, 2016
LATEST

Do you go around changing the contracts that you sign after signing the document?

The digital certificate used by Adobe meets some very strict rules so that it can be legally binding under the UCC in the U.S. and by the commercial laws or other nations. Those standards require detection of any change after the signature has been affixed.

You might want to consider changing the order in which you do things.

As for emailing, the mailForm method  does not support digital signaures. So you may need to do this manually.

The digital certificate applied to the PDF has the date, time, and UTC offset at the time the PDF is digitally signed. One can make the signature field larger to see the time, if set to display, or examine the digital certificate attached to the form.

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