Topic Replies Freshness Views Users
Normal topic
hey, I'm looking to retrieve the date each signer has signed the package, and the date when the package has been completed. Where can I get that?"
Normal topic
I have 3 groups of signers, lets call them Group1, Group2 and Group 3 A document package is constructed in which there can be multiple documents. Group1 and Group2 always need to sign all documents. While Group3 only signs particular…
Normal topic
Team, How can I add/replace existing 'default-consent' document with my own document (pdf). Can you please post some guide on this.
Normal topic
esl Support, Where do I find the package creation date? I've looked at the EslClient object, EslClient.esl.PackageService, as well as the DocumentPackage object and I can't seem to find this date. How can this date be ascertained? I…
Normal topic
We would like to not have a button to send to mobile on our HANDDRAWN signature block. Couldn't find option on sig block, any way to disable mobile signing anywhere else?
Normal topic
Hi Silanis team- I have a Sandbox account with notifications disabled. The way we create packages is one document at a time. We need to "activate" / Send the package after each document is added (we do not know how many total docs we'll…
Normal topic
We have a time when we keep getting this error Silanis.ESL.SDK.EslException: Could not create a new package. Exception: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. ---> Newtonsoft.Json…
Normal topic
Hi Silanis team- me again :) We just updated to the .NET SDK to version 11.0.0. Since then we are getting the following error: Could not create an authentication token for a signer. Exception: The remote server returned an error: (500)…
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
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
Hello Silanis team- Today I have two scenarios for you that stump us.
  • We need an option to abort the "click-to-sign" process. When signing a package, the user should have an option to "Cancel": This action should delete…
Normal topic
Can I create packages programmatically using the same sender email address? And then show the designer view with that same sender email address in multiple browsers? Thanks Colleen
Normal topic
Team, I want to load two signing sessions for two users on the same browser. I have two silanis live urls (https://sandbox.esignlive.com/access?sessionToken=user1SessionToken and https://sandbox.esignlive.com/access?sessionToken…
Normal topic
I see in your .net SDK documentation that you can setup the push notifications by running this code: eslClient.EventNotificationService.Register(EventNotificationConfigBuilder.NewEventNotificationConfig(URL) .WithKey…
Normal topic
How would I find out if a signer has signed/opted out/declined using the .net API?
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
I already have created the package and now want to add documents to it. I have file data in a byte array from the database. How do I add a document to the package with the byte array? Thanks Colleen
Normal topic
We use anchor text for placement of our signature anchors. Are you allowed to use the same anchor text for multiple signature anchors, or does each place you want an e-Signature need a unique anchor text? Right now it appears when using…
Normal topic
Customer: I am doing some testing with the SignDocuments method on the EslClient. I have noticed that SignDocuments fails and returns a 500 server response if I first sign as the signer, and then try to use the SignDocuments method for…
Normal topic
I have a requirement to create a package which have multiple documents. First Document will be pdf document and other documents can be pdf or images. If it is possible can any send me a sample code.
Normal topic
The .Net SDK throws exception “Object reference not set to an instance of an object.” When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data. It would be better if it just return null, instead…
Normal topic
We have a user that would like to download all signed documents for the past week under his account. Would anyone have a sample code on how to do that? Thanks,
Normal topic
I have some questions about creating the signing url in the .Net SDK and the REST API. Here is what I have so far. I've created a package called "Test". I've added documents to Test. I've added Signers with just firstname, lastname and…
Normal topic
We keep the byte info of a PDF in our database (BLOB). If I create packages with PDF's that are 1-2 pages I have no issues, but we have a PDF that has 7 pages and when we try to create a package with the larger PDF we get this error using…
Normal topic
Hi all. Help with the following really appreciated. Below code produces exception: "code":500,"name":"Unhandled Server Error". This exception occurs when uploading PDF with form inputs. Flat PDF (no form inputs) works fine. PDF form…