Signature header and footer

Modified on Tue, 15 Sep at 11:57 AM

A signature in a document can have a header (the place and date of signing above the signature) and a footer (custom text below the signature). You enable both on the signature position; you define the footer text yourself.

How to do it

On the signature position, set showHeader and showFooter. The custom footer text is defined by signature_footer on the person:

{
    "people": [
        { "is_proposer": true, "email": "vas@email.cz", "contract_role": "approve" },
        { "is_proposer": false, "email": "protistrana@email.cz", "contract_role": "sign",
          "first_name": "Jan", "last_name": "Novák", "person_type": "nature",
          "signature_footer": "Jan Novák\njednatel, Firma s.r.o.",
          "positions": [ { "x": 50, "y": 80, "page": 0, "showHeader": true, "showFooter": true } ] }
    ],
    "file": "uploaded_file_key"
}
  • showHeader — the signature header (enabled by default). It contains the place and date of signing, e.g. "V Praze dne 21.1.2027".
  • showFooter — the signature footer (disabled by default).
  • signature_footer — the custom footer text. It can have multiple lines — separated by \n, as in the example above:
Jan Novák
jednatel, Firma s.r.o.

For the footer to appear, it must be enabled ("showFooter": true).

Where to next

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article