237 results matched your search criteria
    
            Forum topic
  OneSpan Sign
Guys,
Was there a change to how radio buttons are being sent? For some reason I am seeing an issue where it appears all of my radio buttons are being sent as the same group and when I try to pull the package information from the GET API call, they are not in the package.
Forum topic
  OneSpan Sign
We are using SignatureBuilder.captureFor() to ask for a handwritten signature, but after the expected user signs, not only the handwritten signature drawn shows up, but also the full name appears, it seems the full name signature comes upon anyway by default.
Is it possible to show the h
Forum topic
  OneSpan Sign
Hi,
I've read through the rest api documentation at (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm) and am interested in finding out if there is a sample code available for invoking the "Create a new document package along with document binaries" API.
A
Forum topic
  OneSpan Sign
This is related to a post by CConverse_lm over a year ago Getting an exception using FULL_NAME + INITIALS signature styles in one document.
Forum topic
  OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
		'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY' 
);
Works gre
Forum topic
  OneSpan Sign
We are using the designer functionality in an iframe inside our application as described in the below reference,
Reference : http://docs.esignlive.com/content/c_esignlive_integrator_s_guide/sdk/e_preparing_documents/designer.htm
Whenever there is an update to the package, we are creating a Sessio
Forum topic
  OneSpan Sign
Hi, we are evaluating the REST API for our use case. Is there a way to know that original package has been modified? For say, some new document has been added to the same package. We need this to ensure package integrity.
Forum topic
  OneSpan Sign
If we enable the Decline button on the Consent document and a signer selects that when receiving a new package will we be able to send them another package in the future?
Forum topic
  OneSpan Sign
Good Afternoon,
i am currently in the process of updating one of our Applications to include ADA functionality. This application is pointed at the cloud implementation.
Forum topic
  OneSpan Sign
Hi! 
I'm trying to restrict the attachment in advance section of new transaction, but I can only set if it is mandatory or not. Do you know if i can set only pdf documents as attacments from any flag in the platform? 
Thanks for your help!