Topic Replies Freshness Views Users
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
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…
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
Hello, I have requirements to allow the user to initial next to a radio button value, so if he selects "agree" value in a radio button, an initial pops up for user to initial. If he selects "disagree", another initial pops up for user to…
Hot topic
Hi all, I am just getting through a few cycles of testing in the sand box on my way to uploading and populating large form with multiple signers from an external web app. It seems the documentation is not all the clear how to map fields…
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
I'm trying to load the classic Ui designer view in an iFrame. I have changed the way I'm creating the package to include a sender account. Below is the code I'm using to create the sender account and the package.
  string…
Normal topic
Hello, I'm looking for information around customizing the "From" email address within our Package email templates. Example: email.activate "from" : { "email" : "[email protected]", "display_name" : "e-SignLive"<…