Topic Replies Freshness Views Users
Normal topic
Hello, I have already a template with 2 placeholders called Signer1 and Signer2. When creating a document packge from the template, how I can update these placeholders to add the email address and first and last name for the signers. Do…
Normal topic
We're using document extraction to populate a Signature Date field with the date of signing via naming a form field with something like this: [Signer1.Capture1.label1.Date]. We're not able to use any template as we need to pre-fill client…
Normal topic
Would like to check if there's a way to use a template and programmatically populate custom fields or labels for information like Policy #, Customer Name & Address, and any other transaction-specific details. The example from this…
Normal topic

Note: I saw this forum post but it wasn't really giving an answer so I am starting a new one to…

Normal topic
We have a need to create a transaction entirely programmatically without displaying any type of UI. To my knowledge this is possible through the use of templates. But as far as I can ascertain, templates needed to be created by hand in…
Normal topic
Hello, We have a workflow where we wish to print a 'name' and the 'date' on the completed document after all signatories have signed. Is there a way to accomplish this preferably using the .NET SDK. Thanks Ranga
Normal topic

Is it possible to pass a pre-filled PDF into or with the usage of a template? That way we can use the template for signature placement but use our filling services to fill the rest of the data.

Normal topic

Hi,

On the attached code, the template created always include myself as a signer. How can I stop this from happening?

Normal topic
I’m a little confused over how to correctly and completely iterate over the results returned from the esl.PackageService.GetUpdatedPackagesWithinDateRange, as it appears I’m only iterating over the first 10 items. I have the following…
Normal topic
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers. What I want to do is this:
  1. call the eslClient.GetPackage(packageId) method to get information about an existing package
Normal topic
Good Morning, I am currently in the process of making modifications to exsiting signing ceremonies in order to use the WithAda() Flag and make the documents readable by software such as the JAWS reader. In the process of converting these…
Hot topic

We are an on prem installation running version 7.2.  We have integrated with OneSpan using the .Net SDK and we are looking to add KBA functionality to our integration.  We have some questions that we were…

Normal topic
Hello, What is the value I will use to inject the text for a radio button inside a document in esignlive. Thanks, Nehme
Normal topic
I'm thinking there MIGHT be a bug but wanted to post here before claiming that entirely. I'm using the latest .NET SDK. Simple example is this: 1 document, 1 signer , 1 signature. Prior to the signature there are two radio buttons. …
Normal topic

We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ).  We have built out logic to reject attachments but we have come across a scenario where if a sender has multiple attachments that are rejected, when we…

Normal topic
Hi, I came across an issue today, we are receiving the in-correct document status when we try to check that from .NET SDK. For Document 1: Package Id : DawPINFPRX_fGrvTnRi0DA6UV0I= Document Id : consent-Buyer API URL :…
Normal topic
If I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order? Case:
   reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId)
    …
Normal topic
Hi Team, I have Query like can we remove the Signers from documents before we sign. Thanks, Navya.
Normal topic
We need to remove the ability for users to download the signed PDF through the web interface, both via the emailed signature request and the browser based version (using host/access?sessionToken={mytoken}). We've tried to set the…
Normal topic

Hi.  Can you tell me if it is possible to change a template document name for a new transaction, and if so how this can be done?

e.g.

            Form form = new Form("FormName");<…

Normal topic
Hello, I'm using your .NET SDK, version 11.20. I have read here: https://www.onespan.com/blog/onespan-sign-release-1118-enforcing-signature-capture-signature-level?_ga=2.154275704.1343324496.1576399843-896096308.1544024362 that: In…
Hot topic
Silanis I’m a developer for Mendota Insurance. We’re still in the development phase using your eSignLive product in your sand box environment. I have some questions around the reporting. We were told the portal has just a small…
Normal topic

When using

ReportService.DownloadCompletionReportAsCSV

 ReportService.DownloadUsageReportAsCSV

 

How can I specify the subaccount and/or subaccount users that I want information returned…

Normal topic

I have a few questions in regards to text fields on documents in the signing ceremony:

Can we make the text fields on documents Required or Optional?

Can we specify which signers we want to have Required or…

Normal topic
Hey there, im having a problem with IsRequired propertie: 1 - Through the management console I created a DocumentTemplate (X) where I define all the fields and properties such as IsRequired. 2- Using the API im building a…