311 results matched your search criteria
Forum topic
OneSpan Sign
Hi
I am wondering if signer can see all the documents in one transaction? Even those ones don't require their signature?
Using iOS mobile sdk?
Thanks a lot
Forum topic
OneSpan Sign
Hi,
I am working on cpq,and my requirement is to use quote fields in one span document so please help me to get it.
Forum topic
OneSpan Sign
Is there any specific configuration required for setting up callbacks, like firewall setting or enabling a port. We are working in closed network inside the customers premise.
Regards
Surya
Forum topic
OneSpan Sign
We have a requirement to pass in empty firstname and lastname,
The POST API returns an error when the firstname and/or lastname are blank.
Can that restriction be removed?
Forum topic
OneSpan Sign
How to place a completed OneSpan Doc as an attachment of a case inside Salesforce. They are doing a one time process outside of the Salesforce Connector to meet a compliance requirement.
Forum topic
OneSpan Sign
Hello,I am using signatureBuilder = signatureBuilder.WithField(FieldBuilder.RadioButton("Group3").WithName(fieldName).WithValidation(FieldValidatorBuilder.Basic().Required()).WithPositionExtracted());
Forum topic
OneSpan Sign
In the documentation for Document Extraction, it explains that a Textfield or Checkbox must be completed before a Signer can sign a package:
Before signing, Agent1 must complete two fields:
1
[Agent1.Fullname1.Textfield1]
2
Forum topic
OneSpan Sign
Hi
Just checking if there is any new techniques for email journalling.
Forum topic
OneSpan Sign
Hello,
Due to the security requirements of my company, we are required to use two-way SSL to communicate with eSignLive via API. Using the open Java SDK code posted in Github, it was easy to enhance com.silanis.esl.sdk.EslClient within my company to accomplish this.