179 results matched your search criteria
Forum topic
OneSpan Sign
I'm working on a document where the signer is answering Yes/No questions, which I have set up as Radio fields (with radio groups) as Yes No options. We have different sections, where if the signer chooses a single Yes option, they need to fill in a text field to provide additional notes.
Forum topic
OneSpan Sign
Based on eSign documentation and my testing, I didn't see an option for the user to decline on the mobile version. I only saw Opt-out. Is decline not an option for mobile?
Thanks.
Forum topic
OneSpan Sign
Hello,
We have tried several angles at achieving this using both the REST API and the .NET SDK but have so far not had any luck.
Forum topic
OneSpan Sign
We have a requirement like below
We will create few contract document templates(PDF) in onespan using onespan console. These document will have various fields(name, age etc) which will have to be populated programetically during esign journey.
Forum topic
OneSpan Sign
Good afternoon, I am working on a document to add text tags with radio buttons. I am using the text tag
{{esl_optionG:Signer1:Radio:Group("Frequency"),Value("X"),size(15,15),offset(15,-3)}}
Forum topic
OneSpan Sign
We've started getting this error message on test cases that have previously worked with the same JDK version. Can you point me in the right direction?
Forum topic
OneSpan Sign
Hi I have code that creates signatures for two which I do in the beginning when I define the document.
Forum topic
OneSpan Sign
Hi,
Inside my one document, If I put only below tags it's working fine.
{{esl:signer1:list:options("Ja", "Nee")}} {{esl:signer2:list:options("Ja", "Nee")}}
But if I put other tag for textbox then I am facing below error :
{"messageKey":"error.validation.texttag.propertiesFormatError","parameters":
Forum topic
OneSpan Sign
Hi, I have a package with status draft, Now I want to update an approval using this route
PUT /packages/{packageId}/documents/{documentId} /approvals/{approvalId}
Here I am updating multiple field values.