496 results matched your search criteria
Forum topic
OneSpan Sign
I'm creating a template and it appears I have to set the recipient as placeholder and when the users use this template they have to change it from placeholder to recipient? Is there a way I can create a template that has the recipient section not prefilled?
Forum topic
OneSpan Sign
I would like to only display the document to be signed inside the iframe rendered on my side.
How can I achive that?
I have tried modifying ceremony settings but still I get a lot more elements.
Thanks
Forum topic
OneSpan Sign
hello community, after I finish making all the sdk settings for android and try to compile it gives me the error of "Manifest merger failed with multiple errors".
AndroidStudio 3.1.1
Kotlin 1.2.31
Gradle 4.4
::Greetings::
Forum topic
OneSpan Sign
Specifically the check-box that ensures automatic email delivery of final signed docs.
This is over-written each time to a default un-checked setting, which adds an extra step to the package creation process for user-driven signing.
Forum topic
OneSpan Sign
Hi,
How can i set the redirect url for a transaction? In my case, after successful completion of signing event, i am required to load a specific page and need user inputs on it (and not just a thank you dialogue)
Thanks
Forum topic
OneSpan Sign
MS word has several different techniques for fields (content fields, bookmarks, and form fields). I’m not sure which technique I should be using and what are general best practices for setting up word templates. Is there any advice on this?
Forum topic
OneSpan Sign
I downloaded the copy tool then made the mistake of setting it to be opened with Acrobat. What should it be opened with? I have downloaded the JRE environment.
I have used this tool several times but this is a new laptop.
Thanks for the help.
Forum topic
OneSpan Sign
Guys,
I am looking at the documentation for sending documents to a vault and was wondering if anyone had any examples for me to view.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_digital_lending.htm
Forum topic
OneSpan Sign
We create a package where Primary and Secondary signers are both true
We set the expiry datetime for 1 hour when we create the package
We process the package, then send the uploaded documents to OneSpan to sign the documents.
Forum topic
OneSpan Sign
Hello,
I am trying to create a document package and send it as a "draft".
Here is the code that I have came up with :
EslClient eslClient;
PackageId packageId = eslClient.CreatePackage(package);
if I want to create a package with a "sent" status instead of draft, I ad this line :
eslClient.SendPac