Topic Replies Freshness Views Users
Hot topic
Greetings I'm building an app for a customer using ESignLive. person1 fills in a couple Textbox fields with numbers and signs a document (there is only one place for that person to sign). The document is still open (not complete yet). …
Hot topic
I'm looking for more information on the expiration date. Can you tell me how the date and time is stored on your end? And then what is checked when the expired callback event is sent? I would like to set it to expire today, but I get an…
Normal topic
Is there a way to customize what the user sees under the fields and types options in the designer? Basically, is there a way to turn off the mobile signature option in the type menu and the unbound fields (text box, check box, radio button…
Normal topic
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…
Normal topic
I'm looking for information on the declined process. When a signer declines a document, what happens in the system? Does the signer status get updated or is this at a package level? What happens to the package? Is it still considered "SENT…
Normal topic
Hi, We would like to integrate esign solution to our application, while creating the signer CreateSignerSessionToken, we want SMS authentication to be enabled in that session. Could you please advise how this can be achieved.
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
How do I customize the signature field in c# so that the date gets appended to the signature once the document is signed? (e.g. E-Signed by [Signer] on [Date])
Normal topic
Hello, I am wondering if there is a way to retrieve signing blocks on a single document for a specific signer and then check whether or not the signer has signed at least one of the signing blocks on the document. Thanks.
Normal topic
We are using the designer functionality in an iframe inside our application as described in the below reference, Reference : http://docs.esignlive.com/content/c_esignlive_integrator_s_guide/sdk/e_preparing_documents/designer.htm …
Normal topic
Hello, we have a scenario where we use ABCpdf to load a PDF document, populate form field values in the document and then use the document in an eSign package. When we try to send the package we receive a "Bad Request" response back: …
Normal topic
I am using the designer functionality in our application. The application uses angualrjs framework and ng-include functionality from the angularjs framework. The ng-include will either launch the HTML with iframe for the document designer…
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
Greetings There has to be an easy solution for this, but I can't figure it out. I have a textarea or textbox that fills an entire page. Once the user adds text and signs the corresponding signature for that field, the field renders the…
Normal topic
Hi, I was wondering if it's possible to change the "Clear All" message. Right now if you click on the button this message pops up: "You are about to remove all the signature fields and barcodes from this document. Are you sure you want to…
Normal topic
We are experiencing difficulties creating unit tests around portions of our code which use the SDK. For example suppose we have a class like:
public class MiscPackageSending
{
    private readonly EslClient eslClient;

    public…
Normal topic
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK. Suppose we already have the template ready in e-SignLive. How can we use that template in our web site so…
Normal topic
Hi Michael, I have used the following code to get the urlToDsigner string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken(); AuthenticationClient authenticationClient = new…
Normal topic
How can I redirect to my own Web site after the document has been signed. Currently, after the completion of signing the document, we are redirected to the Thank you page. When Exit e-SignLive button is pressed, I would like to redirect…
Normal topic
I am able to insert the Signature and Initials programmatically using .NET SDK . Do you have any example where it shows how to insert “Signing Date” filed using .NET SDK. Thanks, Sumit
Normal topic
Greetings We just got our prod and sandbox Fed Ramp tenant and I'm testing my code there. Getting errors. For instance the code worked on Commercial tenant (https://sandbox.esignlive.com) but not on Fed Ramp (https://sandbox-gov…
Normal topic
Is there any way how we can authenticate the signing process using email address rather than the phonenumber. The scenario to be more precise is that after eslClient.SendPackage(packageId); When we get the signingUrl back, we would want…
Normal topic
I have downloaded the new SDK version 11 and installed it in my application. I have updated my api key to the new one I received when I created a new sandbox account. I have updated my code to call the designer and signing urls. However,…
Normal topic
Hi Team, I have Query like can we remove the Signers from documents before we sign. Thanks, Navya.
Normal topic
Greetings I'm doing some scale testing and I've noticed that I can't programmatically upload data to a textarea using REST if the data is longer than 2100 characters (approximately). This is the error I get The remote server returned…