316 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way to get notifications from eSignLive when certain events happen? For example, if we send out a document for signature and the person signs or declines the package, is there a way to receive notifications about this so our system can react appropriately?
Forum topic
OneSpan Sign
Hi Duo,
Do you have an example of how we can use the APEX SDK to set the expiry date?
Also, looking for a method to extend the time for an expired package?
Thanks!
Peter
Forum topic
OneSpan Sign
I tried the using the following but the code is a bit dated.
https://community.onespan.com/documentation/onespan-sign/codeshare/php-web-form-application-example
How to add Signatures required for the document?
Forum topic
OneSpan Sign
Good day,
We want to remove the exit button from thank you dialog. After contacting support, I've been told that it's not customizable, but there's a workaround by using iframe and notifier. Could anyone share the working example?
Forum topic
OneSpan Sign
I use your example to test your API.
........
SignerBuilder.NewSignerWithEmail(email1)
.WithFirstName("dejan")
.WithLastName("lukic")
.WithTitle("Pack title")
)
.......
Signer receives email as Reviewer instead as a Signer.
How to actually set the receiver as Reviewer or a Signer?
Forum topic
OneSpan Sign
I think this is a dumb question, but do I need Conga to merge SF data into a document or can I use Field Mappings (via Conventions)? For example, I want to place the company name from the account record that the contact is related to on a document. Conga or Conventions?
Forum topic
OneSpan Sign
Hi
Can the eSignLive REST service consume an image as part of their call and they can place the image onto the assigned signature area.
We need to capture a signature from a pinpad and put it on a pdf file.
Please post a link to this example.
Thanks
Mario
Forum topic
OneSpan Sign
Hello,
I would like to find out how I can download document generated by a sender in the sub account when only API key I have is the owner's from the top most level. If anyone has an example in c# code, that would be great.
Forum topic
OneSpan Sign
If the signature ceremony is NOT "inperson", is there a way to specify the order in which the signers receives the doc?
Forum topic
OneSpan Sign
Guys,
I am trying to find more information on this to see if this impacts us since we are using the callbacks. Can someone point me to an example of how this is being used/removed so that I can check if I will need to modify my code?
Thanks!