138 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I have a scenario in which I have two different document and I want to show second document after completion of first one(both are for same user)
In both documents some of the fields are common.
Now what want , when user opens second document, common fields which user already filled up in first
Forum topic
OneSpan Sign
A client (Progeny Systems) wants to use PCC (Personal Certificate Client) with iFrame, and can't seem to find how to define the signing method.
From the UI, under recipient settings -> Advanced tab, the signing method can be set to PCC.
Forum topic
OneSpan Sign
I'm using .Net SDK.
I create token:
string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id);
and then
Forum topic
OneSpan Sign
Hi,
We are using the following API to retrieve the signer signing url
GET /packages/{packageId}/roles/{roleId}/signingUrl
We are controlling the signing process from within our host application by providing the signing url to the signer as an iframe within our application.
Forum topic
OneSpan Sign
I have been using this blog post for help in getting my project off the ground.
I have been working to create a process in which two people (agent and insured) can do a face-to-face transaction.
Forum topic
OneSpan Sign
Team,
I have been going through your eSignLive’s JavaScript Event Notifier feature (https://www.esignlive.com/blog/esignlive-event-notifier/) and this is pretty interesting feature.
Forum topic
OneSpan Sign
I have been trying to hide the buttons from the header, and the confirm button is still showing, here is my json
ceremony: {
{...}
layout: {
header: {
sessionBar: false,
globalNavigation: false,
breadcrumbs:
Forum topic
OneSpan Sign
Hello,
We want to customize the Tool Bar language for some of our signing ceremonies. I'm looking at this guide that highlights the Ceremony Layout Settings.
Forum topic
OneSpan Sign
Hi OneSpan Team - I have gone through the below article and it mentions that the Session Expiry Redirect URL can be configured at Account Level , I have gone through my account and not found any configuration as such.
1)Do we nee to do this setting at the account level OR
2)In the JS code , as on
Forum topic
OneSpan Sign
Using REST API to create the package along with the documents and return a response package id. After that, we initiate a REST API signerAuthenticationToken passing packageId and email address of the signer which then redirect to an iframe to begin the signing ceremony.