601 results matched your search criteria
Forum topic
OneSpan Sign
Hi There,
I am a newbie to eSignLive and is doing some research to see how we can improve our sales process.
Our system currently generates contracts (PDF) dynamically and then email it to customer for signature.
I know that through the eSignLive portal, I can mark up where in the PDF contract cu
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
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
Would like to check if there's a way to use a template and programmatically populate custom fields or labels for information like Policy #, Customer Name & Address, and any other transaction-specific details.
Forum topic
OneSpan Sign
In the eSignlive documentation below, it states that we can customize colors for the signing Ceremony. But I don't see any reference to it in any of the sample code or other areas of the document.
Forum topic
OneSpan Sign
Hello,
Can you please take a look at the below and clarify?
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
Hi Team,
we see this issue randomly this days in dev environment
“Refused to display 'https://sandbox.esignlive.com/login?destination=https%3A%2F%2Fsandbox.esignlive.com%2Fpackages%2F86GGsVeNAeOanM84sieS2GMizWs%3D%2Fdocuments%2Ff5b71418-fc96-4826-9cd1-3089585f7a57%3F' in a frame because it set
Forum topic
OneSpan Sign
Hi,
Currently after signing the process we are receiving the Thank you window with Close and Exit e-SingLive buttons.
We are getting the eSignLive Login page at the time of clicking on "Exit eSignLive" button.