Topic Replies Freshness Views Users
Normal topic
Is it possible to require additional security beyond API key for communication to eSignLive for things like package creation? If using SAML 2.0 for user authentication is it possible to log a user into a package in an iFrame using SAML 2…
Normal topic
I've grabbed a completion report and am looping through the packages to archive them. I've tried the following: RestClient client; client = new RestClient("https://apps.e-signlive.com/api"); UrlTemplate template; template = new…
Normal topic
Using the JAVA SDK is it possible to specify that you would like a given signer to sign using a CAC/PIV or a certificate that they own instead of using the e sign live certificate?
Normal topic
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was…
Normal topic
Hi, Is it possible to set the package expiry date programmaticaly with the e-SignLive Java API? Can you provide a sample? Thanks!
Normal topic
Hello, I have run into some problems signing PDFs: 1- I was trying to have multiple signature on the same document for the same email and I was not able to do that. The package validation was complaining. 2- I was also trying to…
Normal topic
I just posted another question that might be related to this one: https://developer.e-signlive.com/forums/topic/change-incorrect-signer/ I am trying to change some incorrect signers, but I can't change a package once it is "SENT". Can I…
Normal topic
Is there any way I can dynamically add signer and document while creating the package. For example I want to use a for loop to add no of signers(withSigner) and documents(WithDocument), when creating the package
Normal topic
Hi, I am currently using the esign live in my web application. I am currently using the "capture your signature" functionality in order to capture signatures at various places in my documents by capturing the cordinates and then send…
Normal topic
How do I add a signer to a package that I've already created? I see how to create a package with signers already in it by following this tutorial: https://www.silanis.com/blog/e-signlive-for-new-users-how-to-create-and-send-your-first…
Normal topic
I want to ensure documents are signed in a particular order. Does eSignLive have the ability to do this? Thanks, hsamson
Normal topic
I have a client that is having an issue where they are not getting an accurate list of signers for a transaction initiated in eSignLive through their Associate account. They have the following code to process notifications coming from…
Normal topic
For radio and check box once user select its what is the expected value. Right now I am getting 'X'. Is this correct?
Normal topic
I have the same text in multiple locations in a document, and I want a signer to sign each of them. Using Text Anchor since there are a random number of pages. I want to place a signature block relative to the phrase “Lessor:” …
Normal topic
Hello, We have a form that has two signature spots but the user only signs one spot. Would the Silanis API allow some sort of command for optional signatures? So that Silanis will consider the form complete if EITHER of two spots is…
Normal topic
I have a particular document/form that has a few different fields which are of a small size, namely: date, year and state. I've created the text fields via the Java SDK as well as using the Designer and have noticed that when signing…
Normal topic
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
Normal topic
Is it possible to set different language for different signer within the same package Thanks
Normal topic
What is the minimum Java version required for the Java SDK?
Normal topic
Hi, Is it possible to create a package with status not draft and then notify a signer at a later point. I have a use case where some signers will need to click a link through an email in order to sign and others will click a link through…
Normal topic
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification. If I created a signer with a custom…
Normal topic
Hello there, I am trying to send two documents to be signed by the same person. so I am creating two document builders adding the email address to each one of them, but it keeps failing with the error that the email is already in use for…
Normal topic
Is it possible to call javascript after to signer has completed signing in an iframe in order to remove the iframe and do some other processing?
Normal topic
Hello, We have a condition where a participant goes to eSign, then quits mid-way. So for instance we have 3 forms to be eSigned, she eSigns 2 forms and quits. When she logs in again, we have to get the session token again - by sending a…
Normal topic
I have looked all through the SDK and the REST API, and I can't find an answer to this. Could you please assist me? In your notifications you send us a package id, a session user id, and the event name. Please let me know how I use the…