Forums
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 our portal. I created a package with 2 signers one to sign through an email and the other through the portal using EslClient.createPackage(DocumentPackage). I then tried notifying the email signer using EslClient.getPackageService().notifySigner(PackageId, String, String).
Forums
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 using a mobile phone, I am unable to see the text that I am entering - even with the device in a landscape orientation. I've attached an MS Word document with a sample, as well as a screenshot from an iPhone 6 in landscape mode showing that the characters are partially obscured.
Forums
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:” There may be 1 location, or 100……. How do I tell eSL to do this? I know how to do a text anchor, but how do I handle multiple locations? Do I somehow need to ‘iterate’ through the doc and place all of these blocks…..