To define the place for the Signature, signer's name, or real date of the agreement execution, provider-specific templates have to be used. This article describes the available Document signing integrations and relevant settings.
...
https://github.com/signnow/SignNow.NETSDK
...
Radio button example
Account Type:
Saving {{t:r;r:y;o:"Customer";rn:"Group_name";rv:"Saving";checked:0;}}
Checking {{t:r;r:y;o:"Customer";rn:"Group_name";rv:"Checking";checked:0;}}
SignNow Signer Roles
In SignNow, each signer is identified with a unique role ID.
...
Service uses text tags in the following format:
For signature:
{{t:s;r:y;o:"Customer";w:100;h:15;}}
{{t:s;r:y;o:"CoApplicant";w:100;h:15;}}
The tag can be made as non-required:
{{t:s;r:n;o:"Customer";w:100;h:15;}}
For date:
{{t:t;r:y;o:"Customer";l:"Date";}}
To change SignNow date/time format, validator should be added to the date tag. Sample Text Tags for a specific date format:
Format | Text Tags (with validator) |
---|---|
European Format (dd/mm/yyyy) |
|
European Format (dd/mm/yy) |
|
Time Only (HH:MM) |
|
Written Format (MON DD, YYYY) |
|
Written Format (DD-MON-YYYY) |
|
Date and Time (MM/DD/YYYY HH:MM:SS) |
|
ESignLive
This signature provider no longer belongs to the Silanis company. Now OneSpan owns this product. ESignLive supports TextTags as well as the mentioned above signature providers. It supports multiple signers and signature placeholders. All documentation is available on the page: https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction
...