Topic Replies Freshness Views Users
Normal topic
Use the .NET sample code https://developer.esignlive.com/guides/feature-guides/document-extraction/ to generate eSign. The field name is [Client1.Capture1] with field type is 'Signature' in PDF file. But get error message Silanis.ESL.SDK…
Normal topic
Is it possible to get the 'locked' status of a signer by using GetSigningStatus(). Currently, the returned status is 'pending', even though the user was locked. I'm aware there's a callback that can be used, but using GetSigningStatus()…
Normal topic
When I send a document to be signed, I'd like to auto populate a date field that is 30 days after the signing date. Is this possible with the SDK?
Normal topic
We are looking at using the .NET SDK in our application, but would like to see a full example of an integration vs just snippets of code. Does anything like this exist?
Normal topic
Hi, we are having integrated solution with our front end using eSignLive as the back-end. On the signing ceremony the first user after signing documents and completing his part of workflow does not get message what do do next. Is this an…
Normal topic
I hear from Account Reps at my Company that DocuSign has a feature that sends them an Email if the Signer has opened the Email sent to them by DocuSign. My ESign Customer Success Representative has informed my…
Normal topic

I have a transaction I'm creating in C# based on using at template.  The consent agreement and document to be signed are in the template.  I can create the transaction from the template no problem, but once it's created i want…

Normal topic

In a previous thread called "General Question on eSign and PDF forms" I recently wrote a reply:

A Form can have some interactive capabilities but only through the Field Validator<…

Normal topic
Simple scenario: Document with two fields. First field is the Signature (capture) and second field is the Title that must be entered by the signatory. If I want the title to be displayed below the Signature BUT want the user to first…
Normal topic
Greetings (again) Both programmatically and through the UI, I can not create a Label Field and associate it to a signature on the Fed Ramp Tenant. This feature is available on the Commercial Tenant Will this be fixed soon? What else is…
Normal topic

Running some test on QA now we are running on this issue. Can you share a light of what this could be?
Failed to communicate with the callback server. URL: https://ds-api-esignevents-dev.app.covius.com/Api/Event/Post Payload: {"…

Normal topic
One of our customer is using a Iframe with one span sign URL embedded in .net 5 mvc web application. The problem is that if a user refresh the page they get an error access unauthorized your authentication token is incorrect. "Accès non…
Normal topic
Hi, I'm trying to have my signature field and the date extracted from my PDF document. It works wonders for the signature field and for the textfield (not in the code below) but it does not work for the SignatureDate Field
Normal topic
I have a requirement to extract the date that a package was completed. As we have signing Groups who sign in a particular order, I can extract the date that the last known group signed by retrieving the SignersCompletionReport (through…
Normal topic

Hi,

Regarding using FieldBuilder for text field extraction for the creation of inputs from PDF forms...

            DocumentPackage dp = PackageBuilder.NewPackageNamed(packageName)

Normal topic

Good afternoon, 

 

I have 2 questions.

1. For a signing event does the email link ever expire for the customer ?

2. Once the documents are signed what is the expiry time for the customer…

Hot topic
Hi, I am getting the exception. Exception "Could not create a new package one step: Object reference not set to an instance of an object". I am on .NET version 4.7 and Newtonsoft 12. On debugging I can see that the error occurs in the…
Normal topic
Hello, I want to check more details about this event notifier (ESL:MESSAGE:SUCCESS:DOCUMENT_CONFIRM), A signer has successfully confirmed a document. A how I can know which document was signed? Will this event return any details about the…
Normal topic
Hello, Is there a way to find the document in the package on which we received signer_complete or package_complete event? Thanks, Sushma
Normal topic
Hi, I have a question about data retrieval / reporting. Everything I've read thus far within the eSL documentation references the use of the Java/C# SDKs and/or the REST API for data retrieval and reporting. Is it possible to query data…
Normal topic
I have a couple of questions regarding this unauthorized access page. The error on this page is saying "your session may have expired". When accessing the designer in our iframe in Safari, we are seeing this eSignLive unauthorized access…
Normal topic
Hello, We are using eSignLive API and sending the documents as impersonate where we are sending the landing url. Each time the user completes the signing on eSignLive portal it redirect the user to landing url and we received a next…
Normal topic
Hi Duo, From last two days we are facing issue while first signer complete the signing. The continue button on eSignLive top menu which was redirection to our portal for further signing process is not visible. We don’t see the Continue…
Normal topic
We are facing issue with the TextAnchor visibility issue in the PDF’s on Signing Date field. We are using eSignLive API to add tags and signers and sending the request in JSON format. In below example of request json sent to eSignLive…
Normal topic
Is there a way to get notifications from eSignLive when certain events happen? For example, if we send out a document for signature and the person signs or declines the package, is there a way to receive notifications about this so our…