apex- sdk. Text tag getting shifted down on the signed document.
Friday, February 14, 2020 at 01:50pmHello, We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We are using a text tag to capture signer's tax number : {{esl_TaxNumber:Signer1:textfield:value(""),size(160,22)}}
The tag is placed properly on the document (screenshot 1). But during sign (screenshot 2) and on the signed doc (screenshot 3) i see its getting shifted down. Is there anything we can do here to place the tag properly?
Thanks
Reply to: apex- sdk. Text tag getting shifted down on the signed document.
Friday, February 14, 2020 at 02:16pmHi Anway,
There's a parameter "offset" available in the Text Tags syntax, which allows you to slight adjust the position, like below:
{{esl_TaxNumber:Signer1:textfield:value(""),size(160,22),offset(0,-5)}}
The before and after effects resembles as following:
Also refer to the Text Tags guide for more information.
Duo