Forums
Hello, I have a document that requires signatures from multiple signers. ALL signers have to sign the document. After the last signer signs the document, I need to update a single "effective date" area in the document with the LAST signer's signature date in order for the document to be valid from that date onward. How can I accomplish this? Thanks in advance. Mike
Forums
We have a need to create a transaction entirely programmatically without displaying any type of UI. To my knowledge this is possible through the use of templates. But as far as I can ascertain, templates needed to be created by hand in advance. Is there a way to generate templates programmatically behind the scenes? By that I mean passing in a document and specifying coordinates / a location on a certain page to place the signature field and then being able to use that result to create a transaction and send it out without there ever needing to be human interaction? Thanks
Forums
Good Morning, I am currently in the process of making modifications to exsiting signing ceremonies in order to use the WithAda() Flag and make the documents readable by software such as the JAWS reader. In the process of converting these over and after some initial testing, i have some questions about the flow. From what I have gathered from the ceremonies that I have switched to accessability enable using the WithAda() flag, the eSign software will now display a link on the top right to "Enable Accessability Mode".
Forums
Good Afternoon, i am currently in the process of updating one of our Applications to include ADA functionality. This application is pointed at the cloud implementation. my test is going against https://sandbox.e-signlive.com The application in question has a two signer process where we get the signature of the first signer before making another call into the system to create a token from the second signer. The first signer has the "Enable accessibility mode" link in the top right which seems to flip to the screen that put the pdf as text.
Forums
Dear All, I am getting the below error on the page loading iFrame in Safari browser: Refused to display 'https://apps.e-signlive.ca/login?destination=/packages/UDZV56Wee-QC8OWLQp7oOXbD8_M=/sign' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. Please let me know what is the problem. Thanks, Nehme
Forums
Hello, Our use case: we have to use different consent documents in different cases. The issue: We are using information from the documentation to add a consent document but we have an issue with the user experience. Some users forget to accept the consent file and move to the next document. As a result, the transaction is not completed and they don't see any warning/messages about it. Is it possible to make it more like the "default consent file"?
Forums
In our code, we are using the change signer feature. .CanChangeSigner() Once a new signer is assigned, the eSL server generates random signer ID. How can we get the signerID using .net to get the signing status of this signer. Please note that we can't use callbacks in our environment