Have you ever faced the challenge of managing documents where multiple signatories need to sign on different pages or in specific positions, and didn’t know how to handle it?
We’ve developed an intuitive interface using HTML and JavaScript within WEBCON that allows each signatory to select the exact position of their signature on each document.
This innovative functionality uses an HTML field in WEBCON, enabling the selection of individual documents from the “Attachments” section. This way, for each signatory and each document, we can precisely place the signature where it’s needed. Additionally, the interface allows for navigation between document pages, providing flexibility and control over the entire signing process.
To configure this solution, three essential business rules are required:
CODE:
2. Signatory Identification Rule: This collects the names of the signatories assigned specific tasks.
Result script:
3.Technical Field for Saving Signature Positions: This field will store, in JSON format, the signature coordinates for each signatory and each document individually.
Example how will to fill the technical field when set the signatories.
I included a screenshot showing only the variables that need to be modified on the HTML page. These values are the ones outlined in points 1-3.
Result html:
Html code: