1264 results matched your search criteria
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
OneSpan Sign application has been crashed.
The procedure:
1. Download OneSpan Sign from App Store.
Forum topic
OneSpan Sign
Hello,
Is there a way to set the default signature type to Click to Sign at the document level ( applies to all signature fields) when creating a package using .NET SDK & using signature text tags?
Forum topic
OneSpan Sign
Is there another way of displaying the Signing Ceremony other than using a iframe?
Forum topic
OneSpan Sign
We are testing the new signing experience and have noticed that we see the account owner in the list of signers when trying to switch. I am using the standard option that we use for the old signing experience but it doesn't appear to work.
Forum topic
OneSpan Sign
I didn't find the request that will return anchor coordinates. Is there any possibility to do it?
Forum topic
OneSpan Sign
Hi,
for InPerson signing, we manually launch signing ceremony with
GET https://sandbox.e-signlive.ca/access?sessionToken=token
from Postman, I got the response as sessionId such as
{
Forum topic
OneSpan Sign
I need my users to be able to sign multiple documents with a single click. Every month we generate hundreds or even thousands of similar documents that need to be signed by the same two people in our organization.
Forum topic
OneSpan Sign
Hello,
Users are complaining that they all receive an email when signing is completed.