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

Signature and Date Stamp

New Here ,
Mar 22, 2023 Mar 22, 2023

Copy link to clipboard

Copied

Does anyone know how to create a signature block with signature and date?

TOPICS
How to

Views

501

Translate

Translate

Report

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 ,
Mar 22, 2023 Mar 22, 2023

Copy link to clipboard

Copied

Signatures already contain the date they were applied. Depending on the preferences of the signature profile it can be displayed on the page, too. But if you want it's possible to use a script to populate a field with the current date when the signature is applied. The basic code is this:

this.getField("SignatureDate").value = util.printd("mm/dd/yyyy HH:MM", new Date());

Votes

Translate

Translate

Report

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
New Here ,
Mar 22, 2023 Mar 22, 2023

Copy link to clipboard

Copied

Thank you! Where exactly do I apply the script? Also when I sent out documents to get signed, only one came back with the date stamp, the other only had the signature.

[Email signature removed]

Votes

Translate

Translate

Report

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 ,
Mar 22, 2023 Mar 22, 2023

Copy link to clipboard

Copied

LATEST

Under the signature field's Properties, Signed tab, as the third option:

 

try67_0-1679496785564.png

 

Votes

Translate

Translate

Report

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