Topic Replies Freshness Views Users
Hot topic
Hello, I inject a CheckBox with 'X', while signing, getting this message 'Form is inComplete'. Please provide help about this issue. Thanks
Normal topic
I'm getting some unexpected behavior with checkbox validation. Is there something I can do to get the expected results? - Using the .NET SDK, add a checkbox, associate it with a signature and make it required - Send the package. -…
Normal topic
Hi, If my understanding is correct the Checkbox in eSignLive PDF form is bound to a Signature field. What this means is, as a user signing the form, I have the option to Check or Uncheck it. However, is there a checkbox that I can put…
Normal topic

Hello Duo,

 

I am getting this error while using the latest chrome beta.

Refused to display 'https://sandbox.e-signlive.ca/login?destination=%2Fpackages%2Fj1oMqRKTUWPAUkJJyQjFsHigA-0%253D%2Fsign' …

Normal topic
I was trying to figure out why the "Click to Sign" Box was showing up in the top left corner of the Document. My assumption was that it meant that I was not properly placing it as an offset to an Anchor, Even though my Code does try to do…
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
Hi, Your code samples are not showing on your getting started pages eg: Creating and Sending a Package (.NET) Can…
Normal topic
When I create a package from a PDF document and combine the EnableExtraction() calls to extract form field positions, and I add an .WithInjectedField() clause, I do not get any data injected in the static fields. I now have to do it in 2…
Normal topic
Hello, We are setting a particular document in the package to use AcceptFor signatures. The document in question IS NOT the standard eSign consent form. It is another document that we simply want the signer to acknowledge. We are using…
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

I know there is a tool to copy templates and layouts between users.  I want to add that ability to my own tool we have for our help desk.  Is there an example of how to do this in .NET that already exists? (we would download…

Normal topic
Hello, get the below error while create a new package one step. *** System Error Occurred *** Could not create a new package one step. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https:/…
Normal topic

Hi,

I am trying to retrieve the signer authentication token to build the SignInUrl to be used in Iframe in our application, which we are working on. 

I am trying to use the approach of creating…

Normal topic
Hi, I receive an error when the document name ends with "pdf". For example "Testpdf.pdf". My workaround is to add another character to the document name ("Testpdfx.pdf"). Perhaps something to attend to in a future release. regards,…
Normal topic
Hello, How I can create a document from existing template I have? I have put some text fields like signer first name, last name and country, how I can access these fields and pass them while create a document based on a template? Thanks
Normal topic
Hello, I am trying to create a document package and send it as a "draft". Here is the code that I have came up with : EslClient eslClient; PackageId packageId = eslClient.CreatePackage(package); if I want to create a package with a "sent…
Normal topic
Hi! In some cases, I would like to send a document package with no signers but only reviewers. Those users will only have to "review" the document without signing it. I have tried to keep the users as "Signers" but below is the error…
Normal topic
Hello, I want to check with you about a case I am facing. Suppose I have created a template from UI and this template has 3 documents to be signed, while creating the document based on this template, I want to sign only Doc1 and Doc3 but…
Normal topic
Hello, I tried to implement "Create and Send a Package with the .NET SDK" but got following error. Could not create a new package. Exception: The remote server returned an error: (401) Unauthorized. HTTP POST on URI https://sandbox.e…
Normal topic
Hello, Can I create a package from multiple templates? For example, I have template 1, template 2 and template 3. Can I create a package based on the 3 templates I have? Thanks
Normal topic

Hi,

 

I am using api key for authentication, retrieving template works fine but when i tried to create package it thrown 403 forbidden error.

 

We might be missing some settings on the…

Normal topic

Hi,

I am trying to create a new package using .net sdk from template which is already defined in the UI. I am trying to find an example which will help me to get started. This is what we are trying to accomplish

1…

Normal topic

Hello,

I want to create a package without a signature.
So Users can only view the document and download it.

 

Thanks

Normal topic

I am trying to create the package only with documents and I will need to update it later adding the signers, the signature tag is already created in one of the documents, that is why I am using EnableExtraction. I get an error…

Normal topic

I have been using the .NET SDK solidly for about 6 weeks with no issue. My coworker mentioned 2 weeks ago that one day he suddenly could not create a signing package when he could the previous day. I could not reproduce the error (below…