Skip to main content
Participant
May 31, 2023
Question

Adding a date when signed

  • May 31, 2023
  • 1 reply
  • 587 views

I am trying to have the date entered on a seperate part of the document when someone digitially signs the document.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
May 31, 2023

A digital signature field will usually show the date by default. Do you want a separate field to show it?

If so, you can use the signature field's Signed event to populate that field.

For example, like this:

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