353 results matched your search criteria
Forum topic
OneSpan Sign
Hey!
Following our recent integration we've had feedback from some of our users that the page which shows following a user signing is causing some confusion.
Forum topic
OneSpan Sign
Hi Team,
Greetings for the day.
I'm working on Customizing the Branding for the Thank you Dialog Box
Is there a way to completely remove the Exit button functionality (I'm aware about the withHandOverLink and I used it, but now I need to remove th
Forum topic
OneSpan Sign
As posted in this thread it seems injecting radio buttons into a PDF is not supported -- is that still the case?
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We have this below scenario:
1. Salesforce user XXX sends an e-signature request to customer.
2. Customer signs the document.
3.
Forum topic
OneSpan Sign
I am attmepting to use a VisualForce page that was created as the template for the signing document. I added the text tags: {{esl:SellerSign1:Signature1,size(80,20)}}
{{esl:SellerSign1:Autofield1:SigningDate1,size(80,20)}}
Forum topic
OneSpan Sign
could you please help me why i'm getting this error, here i want to request for signing only one document and one signer. Attached the file for which i'm testing.
{
"documents": [
{
"approvals": [
{
"id": "ClientSignature",
Forum topic
OneSpan Sign
I am receiving the attached error message when trying to send a document from the Laserfiche Repository using the Web Client integration for v10.4.3 to OneSpan Sign.
Forum topic
OneSpan Sign
Hello,
Hopefully a quick question, but I'm attempting to use the DownloadedFile class (com.silanis.esl.sdk.io.DownloadedFile) when downloading signer attachment files using the line:
DownloadedFile file = eslClient.getAttachmentRequirementService().downloadAttachmentFile(packageId, attachmentI
Forum topic
OneSpan Sign
I know how to retrieve the evidence pdf with the below code:
byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
Files.saveTo(evidenceContent, "evidence.pdf");