anwaykabir

apex- sdk. Text tag getting shifted down on the signed document.

0 votes

Hello, 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


Attachments

Reply to: apex- sdk. Text tag getting shifted down on the signed document.

1 votes

Hi 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:

2-14-1

Also refer to the Text Tags guide for more information.

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off