3700 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
How can we hide the package owner in the drop down list of signers in the designer view (when the owner is not a signer)?
Thanks,
Forum topic
OneSpan Sign
We are experiencing difficulties creating unit tests around portions of our code which use the SDK.
Forum topic
OneSpan Sign
Getting really close to having all my questions answered. Thanks to Mwilliams and Harishadairy for all the help. Hopefully this is the last big issue.
Forum topic
OneSpan Sign
Hello,
Is there a way to customize the email’s FROM field?
Right now, the field shows as: e-SignLive .
I understand that the sender’s email address cannot be changed without using DKIM. But, how about changing the alias?
Forum topic
OneSpan Sign
Is there any way of downloading the documents from the package in the pdf form instead of zip file while using REST API.
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 =