1273 results matched your search criteria
Forum topic
OneSpan Sign
I use the package creation document upload API to create a document for signature.
Forum topic
OneSpan Sign
Hi,
I am wondering if it is possible gather signer inputs in input fields after signing via the API? We are looking to store text inputs and radio button selections.
Forum topic
OneSpan Sign
I have placed a signing date tag the top of my document. The document essentially reads "this is effective as of {{esl:Signer1:SigningDate}}." When we open the signing ceremony this is blank and just leave a large space in between the words and is leading to confusion.
Forum topic
OneSpan Sign
Team,
I want to load two signing sessions for two users on the same browser. I have two silanis live urls (https://sandbox.esignlive.com/access?sessionToken=user1SessionToken and https://sandbox.esignlive.com/access?sessionToken=user2SessionToken) and opened in two tabs of the chrome browser.
Forum topic
OneSpan Sign
Hi forum
I have the following issue working with OSS Web.
Forum topic
OneSpan Sign
Hi Team, we have a one span configured to send the document signing in french but when they complete the signing our tags in document for Signer's Date [{{esl:Signer1:signingdate}}] is showing the date format as English format rather than French date format.
Forum topic
OneSpan Sign
In the mobile signing UI, at the bottom of the slide out hamburger menu, there is a blue Contact Us button that displays a pop-up with a contact phone number for eSign Live. How do we hide this button?
Thanks!
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Hi,
We found that there are two ways to get signing ceremony URL for signers, and they both seem to work, but not sure which one is the right way of doing it or if one approach is preferred over the other and why.
Here is a sample code:
EslClient eslClient = new EslClient(API_KEY, API_U
Forum topic
OneSpan Sign
Is it possible to disable the " Click-to-sign" feature in designer at package level(may be)?