Add a place where signers can sign in a document
manager
and employee
.
SignatureAPI uses placeholders to identify where each signature should go in a document. It uses the recipient’s key to find their signing place.
The format of a signature placeholder is like this [[key.signature]]
, where key is the recipient’s key.
For example, in an employment contract, the place where the manager signs is marked:
[[manager.signature]]
and where the employee signs, is marked:
[[employee.signature]]
In the document, placeholders will look like this: