Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
HI, I am trying to integrate designer view in my app through this link https://developer.esignlive.com/guides/feature-guides/designer/ "https://sandbox.esignlive.com/api/authenticationTokens" works fi
When I signed the document I see 2 popups (I open document in iframe using signing url) First one for confirm "Please click OK to confirm your signatures to this document or click Cancel to review it
Hi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code.
Hi, I want to get pdf document. In POSTMAN var request = require("request"); var options = { method: 'GET', url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf'
Hello, I have scenario in which I am sending packages to two users in order through signing URL.

Replies Created

Reply to: Hide admin name from signers list in designer view

0 votes
var options = { method: 'POST', url: 'https://sandbox.e-signlive.com/api/packages/', headers: { 'Authorization': key }, body: JSON.stringify({ "name": "test", "description": "", "type": "TEMPLATE", "due": null, "data": { "senderVisible": false}, "autocomplete": true, "emailMessage": "" }) }; https://sandbox.esignlive.com/a/transaction/{packageId}/designer in new UI it works fine but in old UI I still getting "Account holder" name in signers list. Am I doing something wrong?

Reply to: Cant find Mobile e-Signature Implementation Docs

0 votes
Hi Haris, Thanks for the quick response my bad yes i should have asked REST API. Well the thing is i have achieved the on click sign where user clicks the "Click to Sign" and it prints "E-Signed by " as a signature by the user but i'm trying to achieve the e-Signature where user can either sign thru mouse or on mobile by finger/pen Thanks

Subscriptions

Topics Replies Freshness Views Users
HI, I am trying to integrate designer view in my app through this link https://developer.esignlive.com/guides/feature-guides/designer/ "https://sandbox.esignlive.com/api/authenticationTokens" works fi
1 7 years 8 months ago 17
Profile picture for user harishaidary
When I signed the document I see 2 popups (I open document in iframe using signing url) First one for confirm "Please click OK to confirm your signatures to this document or click Cancel to review it
3 7 years 8 months ago 36
Profile picture for user mwilliams
Hi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code.
10 7 years 9 months ago 58
Profile picture for user mwilliams
Hi, I want to get pdf document. In POSTMAN var request = require("request"); var options = { method: 'GET', url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf'
3 7 years 10 months ago 207
Profile picture for user harishaidary
Hello, I have scenario in which I am sending packages to two users in order through signing URL.
1 7 years 10 months ago 101
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.