1273 results matched your search criteria
Forum topic
OneSpan Sign
We are integrating with Onespan using Rest API.
We have three types of Roles. Broker , customer and Business.
Broker first sign an agreement(using esign), followed by customer and then Business people sign an agreement.
Forum topic
OneSpan Sign
Is there an API endpoint that allows API clients to delete set of fields in one API call?
Forum topic
OneSpan Sign
Is there a way to explicitly set tab orders of fields? I want to set the order in which fields get focus when signer hits 'TAB' key on keyboard to navigate between fields.
Forum topic
OneSpan Sign
For this form, we are seeing an unusual behavior. Prior to signing, the values in a label field are appearing in a different format than after signature. The line breaks are not being recognized before signing.
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)?
Forum topic
OneSpan Sign
Hi All,
I'm working on Customizing the Branding of the Signing Ceremony.