Signature (Custom Templates)

The following are available attributes. Select the link to navigate directly to that attribute:


Alternate Recipient Email

signature.alternate_recipient_email

Returns the email address of the recipient of the document, if it is different than the default contact’s email address.


Alternate Signer Name

signature.alternate_signer_name

Returns the name of the signer, if they filled in the Name field when signing the document.


Date Sent

signature.date_sent

Returns the date the document was sent.


Input

#{{ job.signature.date_sent | date: "%D" }}

Output

04/22/16


Date Signed

signature.date_signed

Returns the date the document was signed.


Input

#{{ job.signature.date_signed | date: "%D" }}

Output

04/22/16


Document Type

signature.document_type

Returns the document type: estimate, invoice, or work order.


Image URL

signature.url

Returns the image URL of the signature. This should be placed in an img tag.


Reason

signature.reason

Returns the reason that was filled out for the signature.


Signer

signature.signer.name

Returns the name of the contact that signed the document, unless the Alternate Signer Name was filled out.


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.