1264 results matched your search criteria
Forum topic
OneSpan Sign
When using the callback function to listen to DOCUMENT_SIGNED events, I do not receive the event if the user does not click the "Done" button before clicking the "Confirm" button.
Forum topic
OneSpan Sign
Hi,
We plan to used signed documents with our custumer.
The document we will use is already signed by one of our managers.
When we use one signed document, the first signature is lost.
DMN
Forum topic
OneSpan Sign
Hi,
Is there a way to get the Completion date of a signing ceremony. I see that it is listed out in the evidence summary. Is it possible to get that using the JAVA SDK.
Thanks,
Sudhangi
Forum topic
OneSpan Sign
Hey how do i create a URL to send to client after all documents are signed by all parties. This is to give them ability to download package with signed documents in it.
Forum topic
OneSpan Sign
I have been reviewing the options to customize the look/feel of the signing ceremony here:
https://developer.esignlive.com/guides/feature-guides/signing-ceremony-customization/
1) If you use a command to remove a certain piece, for example the bread crumbs or session, can you reorder the other fu
Forum topic
OneSpan Sign
Hi,
We are sending a PDF with fields for signature and date. The date is currently injected and is the package creation date. We were wondering if there is a way to have the date be the actual signing date.
Forum topic
OneSpan Sign
Hi,
We have eSignLive for both the web and mobile. We've noticed that loading the Signing Ceremony is taking a really long time to load, both in dev and production.
Is there any performance update planned in the future?
Thanks,
Fernando
Forum topic
OneSpan Sign
Hello
Instead of using the OneSpan Sign email.complete email to provide a link to the signed documents to each signer, I would like to send a custom email or via a web page.
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre
Forum topic
OneSpan Sign
Hello Onespan,
I am stuck with the issue for a while and decided to post something here.
I am currently using two documents for signing.
One document is in .pdf format and this works fine.