5959 results matched your search criteria
Code Share
Allows report to be downloaded for completed transactions, indicating if signers have downloaded the signed documents or not.
Forum topic
OneSpan Sign
According to this page, field injection is for text field only. Is that still the case for Java SDK 11.0 which I'm using? We have forms that contain texts/radio buttons/drop-downs, etc.
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/field_injection.htm
Forum topic
OneSpan Sign
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK.
Suppose we already have the template ready in e-SignLive.
Forum topic
OneSpan Sign
Hi, would you be able to give me some scenarios where we use InjectedField.
Forum topic
OneSpan Sign
Actually it's 2 questions, sorry (don't want to create a thread for every minor Q)
1. After a signer completes signing a document, there'll be a "Thank you for for using e-Signlive" pop-up, if it's closed, the sandbox will show the completed form and a link to download it in the header.
Forum topic
OneSpan Sign
Hi Michael,
I have used the following code to get the urlToDsigner
string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken();
AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com");
string urlToDesigner =
Forum topic
OneSpan Sign
How can I redirect to my own Web site after the document has been signed.
Currently, after the completion of signing the document, we are redirected to the Thank you page.
When Exit e-SignLive button is pressed, I would like to redirect to my own website.
Is it possible to accomplish this using one
Forum topic
OneSpan Sign
We have embedded the prepare iframe within our application and ran into a little hiccup. We use a custom Send button to match our application, but we need to determine if a signature field has been added before allowing users to proceed. Is there a way for us to determine that?
Document
OneSpan Adaptive Authentication Developer Portal
This developer portal is the best way to learn about
Forum topic
OneSpan Sign
I am also finding it difficult to set the correct href. When I use the example 'www.google.com' when the button is clicked it has a query string attached. When I use a my own url urlencoded spaces are inserted or it redirects to esignLive's sandbox url and comes back with no transaction found.