340 results matched your search criteria
Forum topic
OneSpan Sign
We have embedded the designerView in our portal, but currently we have no way to return the customer back to the initiating screen, leading to a poor customer experience.
It would be great to be able to setup a handoverURL when generating the DesignerView
In alternative, implement also in the desig
Forum topic
OneSpan Sign
Hi
I am using the following regex pattern for validation
\^.{0,5}$
Min len 0 , max len is 5, any character
The text is optional , hence the min is 0
However I am getting a validation error when , the text area is empty.
Forum topic
OneSpan Sign
I'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit.
From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
{
"name": "My Document",
"type":"PACKAGE",
"languag
Forum topic
OneSpan Sign
i am using sand box API with PHP for electronic signature but it shows authentication error.
Forum topic
OneSpan Sign
With this https://www.esignlive.com/blog/e-signlive-how-to-setting-up-callbacks/ , it looks like callbacks can be setup via code rather than through the eSign Admin UI. Do you setup this callback each time a package for is created?
Forum topic
OneSpan Sign
Hi,
I'm looking at the designer https://developer.esignlive.com/guides/feature-guides/designer/.
The designer enable you the modify the signer and add signatures.
I would like to be able to get a similar URL but to allow my users/clients to upload their document and choose their signers.
Do somet
Forum topic
OneSpan Sign
I'm using .Net SDK.
I create token:
string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id);
and then
Forum topic
OneSpan Sign
Step 1: Create a field that will store the automation URL.
In this step, you must create a field in the object (Account, Contact, Opportunity, etc) that will store the Automation URL.
Forum topic
OneSpan Sign
I'm using Field Injection for my documents, but can't figure out how to use a Signature field that is already created on my PDF form.
Forum topic
OneSpan Sign
Hey team,
One of our customer is asking do we have some logging capabilities in our SDK? They are using Java SDK and they want to know what API calls have been eventually sent out.