Skip to main content
Participant
March 22, 2023
Question

Signature and Date Stamp

  • March 22, 2023
  • 1 reply
  • 762 views

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

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 22, 2023

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());

Participant
March 22, 2023

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]

try67
Community Expert
Community Expert
March 22, 2023

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