Account
I am a
Developer
Product(s)
Earned badges
Achievement: Latest Unlocked
Approved Answers
Replies
Preferences
Topic Started
This user has not created any forum posts.
Replies Created
Reply to: Adding Anchor tags to a document
Monday, October 26, 2015 at 01:50pmThe main problem was that you are referring to the role name “signer1†in the approval, not the role id (e.g. “3bd78206-0bec-478b-b7a5-6c0d3f07710eâ€)
If you had created this package yourself, you could have created a more meaningful id that you specify and don’t have to look up after creation, but the sandbox web interface just lets the system auto-create one. I usually create the role name & id as the same, as the context is limited to the package.
Reply to: Text Anchor - multiple locations
Thursday, September 1, 2016 at 03:17pmSumit,
You’ll need something like this, as the SignatureDate needs to be associated with a specific signature:
for (int signatureoccurence = 0; signatureoccurence I’m not quite sure with your code what is happening with the signaturedates, as they aren’t associated with anything.
Reply to: Custom from mail and email body content
Tuesday, September 6, 2016 at 10:42amI think Haris misunderstood what you were asking to do.
If you want to send your own emails, you can do so, and disable email notifications from eSignLive.
To get the signing URL, see the documentation here:
http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm
You will need to contact support to disable the notifications you don't want eSignLive to perform, however.
Approved Answer
Reply to: Text Extraction is creating an extra signature field
Wednesday, December 13, 2017 at 06:18pmIt is acting as it should. You are using text tag extraction, which creates fields based on what is defined in the document, and you are also defining a signature in your code with .WithSignature(...)
Instead of .WithSignature, you should be using WithSigner to define the signer, and leave the signature definition to the Text Tags in the document.
e.g. something like what is in the Text Tag feature guide:
Reply to: Declining a package instantly logs you out of silanis. Why?
Thursday, December 21, 2017 at 05:08amYou can use the javascript event notifier to notify the parent window of the decline event, and deal with it as you please:
javascript event notifier
Here is a blog entry with an example as well:
Event Notifier Blog Example
You'll need to use the ESL:MESSAGE:SUCCESS:PACKAGE_DECLINE event for your specific example.
Subscriptions
Topics | Replies | Freshness | Views | Users |
---|---|---|---|---|
In our software we generate a package in the background then display an IFrame to the URL created with the package from the .net SDK. Right now I have only seen this in your sandbox.
|
4 | 5 years 11 months ago | 16 | |
I'm trying to send a document for signature using text extraction. It's working, but it's putting an extra signature field in the document that I don't want.
|
4 | 5 years 11 months ago | 39 | ![]() |
Hello,
We need to change the email sent to signers. We want to change the from mail, the subject, the body...
|
2 | 7 years 3 months ago | 36 | ![]() |
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 rela
|
8 | 7 years 3 months ago | 91 | ![]() |
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document.
Let my explain what I have been attempting to achieve.
First I upload a document to an existing pack
|
2 | 8 years 1 month ago | 55 |
Subscriptions Release Notes
This user is not subscribed to any release notes.