Topic Replies Freshness Views Users
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"<…
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, It seems the Package Object is not too happy with if statements with in the code block. I have up to 5 potential signers, the first signer may be one of two people. So how would I do something like this as I build the package? …
Normal topic
We have up to 5 signers after the first signer the next 2 could be sign following the first signature. If I assign two signer to
.SingingOrder(2)
will both those emails go out following the completion of the first signature?
Normal topic
If I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order? Case:
   reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId)
    …
Normal topic
We have a service setup to get the "SIGNER_COMPLETE" notification but we need to iterate through and see who has signed and who hasn't. Is there a way in the .net code to get which signers are complete or at least which documents they…
Normal topic
I am making good progress on my project I am now at a point were I want to have my app download the document after the signing is complete. To do this I would like to set up a call back event on PACKAGE_COMPLETE My dev environment is…
Normal topic
Hi, I've notice that I can make a document "Accept Only" in the eSignLive sandbox dashboard transaction creation page. I can simply click Accept Only and select the recipients I wish to accept the document and thats it. No need for…
Normal topic
Hi, I've been trying to send multiple packages asynchonously. After some testing, I discovered that it cannot truly run in parallel because EslClient.CreatePackage(DocumentPackage) acts as a bottleneck for my application. I figured that…
Normal topic
Hi! I am trying to create an eSignLive package using the C# SDK. Below is the error I get when "sending" my package. Apparently, it seems that I forgot to assign a value in my package {System.NullReferenceException: Object reference not…
Normal topic
Hello! I am attempting to customize the message that is displayed in the OnDialogComplete box that is shown to a user once they're finished signing. I see in this post: https://developer.esignlive.com/forums/topic/completed-signing…
Hot topic
Hello, I had successfully set up a callback on Package Completed in my Development environment that worked fine, now I have moved to a beta test server that is using SSL and the call back is failing? In the Sandbox I have a url https:/…
Normal topic
Hi! When sending some eSignLive packages (.NET SDK), here is the error message I receive for some of the packages I send (it works for others :-S) What does it mean that my document could not be flattened ? is there a preprocessing I…
Normal topic
Hi! I am having trouble when placing the signature tab location. Here is my code Signature signHere = SignatureBuilder .SignatureFor(signer.Email) .OnPage(Convert.ToInt32(pageNumber) - 1) .AtPosition(45, 424) …
Normal topic
I am responding to certain inbound notification events (i.e. DOCUMENT_SIGNED and SIGNER_COMPLETE) by making outbound calls using the SDK. For instance, when I get a SIGNER_COMPLETE notification, I make a call out to eSignLive to verify…
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
Hi Team, We have tried SignatureFor method and CaptureFor method we did not find any difference in the behavior (Where CaptureFor is expected to capture the signature for that document again which is not reflected) Here is the…
Normal topic
Hello, I recently updated the api version for Silanis.ESL.dll from 10.3 to 10.13, after doing so the code that I'm using to dynamically build the packages for getting signed no longer works. The test code that I use with hard coded values…
Normal topic
Hi, I got an email from eSignLive today saying that, effective January 9 of 2017, all transactions older than 90 days will be moved from the cloud to another database. I'm trying to figure out what this means for our company. Right now,…
Normal topic
We have different types of agreement documents and each type would require a certain content for the Electronic Disclosure Consent page. We're not able to use templates since each agreement has custom data that we pre-generate in the…