265 results matched your search criteria
Forum topic
OneSpan Sign
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)}}
Forum topic
OneSpan Sign
Hi excuse my ignorance as I am migrating from Adobe Sign and
trying to use the text tags to trigger Signer1 fields in my uploaded document.
I have tried a few iterations of trying to get a Signer1 Signature field recognized after i have uploaded
Forum topic
OneSpan Sign
Hey there,
In our project, we have one scenario requires embedding two signing ceremony in two different iFrame div at the same time, one for each signer of a package.
Forum topic
OneSpan Sign
I receive eSignLive Callback failed emails sparingly, even though I receive the callback successfully.
Forum topic
OneSpan Sign
Hi
See Attachment
Here's the DOCUMENT_SIGNED push notification, I can't associate the sessionUser to either signer in the Package object returned from the SDK. (see the screen shot below, I have the signer Ids boxed in red)
Is this a known bug with the push notification? Can this be fixed?
Forum topic
OneSpan Sign
Hello,
I have created the following draft package:
Forum topic
OneSpan Sign
According to the comment in this thread from the REST forum, Harris indicates that ESL turned off support for TLS 1.0 this week.
Forum topic
OneSpan Sign
I'm having difficulty understanding the inclusion of the callback key described here:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification
private EventNotificationConfig eventNotificationConfig;
public string URL = "http://my.url.com";
public string KEY = "abc";
Forum topic
OneSpan Sign
Hello,
We recently upgraded our internal ESL system to 6.2. After the upgrade, packages created with .WithDialogOnComplete() no longer present the dialog at the end of the signing process. Is there a separate setting that has to be enabled on the account level for this dialog to work?