54 results matched your search criteria
Forum topic
OneSpan Sign
As specified on this page:
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz
I have applied settings in the code:
------------------------- code snippet-------------------
.WithSettings(DocumentPackageSet
Forum topic
OneSpan Sign
I’m trying to figure out how to add the ability for customers to upload supporting documents to a signing ceremony. Below is the output of what I’m sending to set up a package before json encoding.
Forum topic
OneSpan Sign
Hi,
We're on onsite customer running ESL 6.2. We recently decided to remove the "Confirm" button at the top of the screen during the singing ceremony. We added code to include .WithoutGlobalConfirmButton() per below but we still see the "Confirm" button during signing.
Forum topic
OneSpan Sign
Hi,
I'm using the iOS SDK to let the user self sign a pdf document.
I need to define a different UI concept for the signing ceremony screens.
modifying the SDK's storyboard is not good enough in my case.
can I achieve it somehow with your SDK or API?
thanks,
Ram
Forum topic
OneSpan Sign
Hi,
After signing ceremony, we have pdf file with signatures that is in general active pdf. In this active pdf, customers can view some legal properties that we do not expect in our application.
Forum topic
OneSpan Sign
Hey Team,
Greetings for the day.
I was playing around with branding the Signing Ceremony, when I try to customize the logo with a different image it works fine (but it disables the session bar, even when I use .withSessionBar() )
Is this the default behaviour?
Forum topic
OneSpan Sign
In the same way as we can programmatically configure the Signing Ceremony via SDK (http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm) , we need to be able to customise the Designer View on a package by package basis.
Currently this is pos
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
Hi,
We are implementing eSignature application for our field agents who would solicit electronic signature from their client on their tablet.
Business has provided us a requirement that at the time of signing document XYZ, there needs to be a prompt or a reminder for the agent in Section 3 & 4 o
Forum topic
OneSpan Sign
We've done our initial production rollout of our new feature that includes eSignLive integration - everything is working great, but one of the early feedback items that has come back our way is the desire to do a bit of custom branding around the signing session.
One of the items requested was to p