17 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I'm looking for information around customizing the "From" email address within our Package email templates.
Example: email.activate
"from" : {
"email" : "[email protected]",
"display_name" : "e-SignLive"
Background on our environment: We hav
Forum topic
OneSpan Sign
I am seeing a possible bug where I am creating a package with 1 document, 1 signer, and 1 signature.
When creating the package, I give the signature a unique name using the .WithName(string signatureName) method.
Then, when I use the eSignLive client to retrieve the documentPackage, the
Forum topic
OneSpan Sign
I am seeing a bug where the following occurs:
1. I create a package with 1 document and 1 signature placed using text anchors.
2.
Forum topic
OneSpan Sign
Hi,
I am trying out the Text Tags for configuring the signing over the API and getting this error as I try to create the package and send.
Forum topic
OneSpan Sign
Hi. Can you tell me if it is possible to change a template document name for a new transaction, and if so how this can be done?
e.g.
Form form = new Form("FormName");
Forum topic
OneSpan Sign
Hi,
Regarding using FieldBuilder for text field extraction for the creation of inputs from PDF forms...
Forum topic
OneSpan Sign
Hi,
With the standard PackageBuilder/DocumentBuilder coding, as per the example below, every specific field needs to be included in the single PackageBuilder statement. With this, every document type must be coded separately and the statements are often very long in nature.