534 results matched your search criteria
Forum topic
OneSpan Sign
Hi all,
I am just getting through a few cycles of testing in the sand box on my way to uploading and populating large form with multiple signers from an external web app. It seems the documentation is not all the clear how to map fields to existing to PDF form fields.
Forum topic
OneSpan Sign
Hello,
Is there a way to customize the email’s FROM field?
Right now, the field shows as: e-SignLive .
I understand that the sender’s email address cannot be changed without using DKIM. But, how about changing the alias?
Forum topic
OneSpan Sign
I am able to insert the Signature and Initials programmatically using .NET SDK .
Do you have any example where it shows how to insert “Signing Date†filed using .NET SDK.
Thanks,
Sumit
Forum topic
OneSpan Sign
Hey there,
I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user.
Forum topic
OneSpan Sign
Hi,
I understand additional fields can be put in the CSV for bulk send to populate custom data into a transaction by adding extra columns that map to fields in the template. Is there a limitation on the number of fields for each row in the CSV?
Forum topic
OneSpan Sign
We are implementing Conditional fields. I am starting by trying to get our existing text tag to use the fieldName. From the documentation, I see this syntax {{esl_SignerAutograph:signer1:Signature}} .
Forum topic
OneSpan Sign
Hello,
I am trying to implement a document with some fields that forces each character to occupie a specific space. The only way I was able to do it right now was creating multiple 1 character textbox for each space but its far from Ideal.
Forum topic
OneSpan Sign
Is there any way to pre-populate template form fields with external values coming from csv or xml files?
Forum topic
OneSpan Sign
FieldStyle has static types for BOUND_COMPANY, BOUND_NAME, and BOUND_DATE, but these values do not appear in the values returned by FieldStyle.values(). I would like to look up the FieldStyle like FieldStyle.valueOf(SOME_NAME) but the call fails for the 'BOUND' types.
Forum topic
OneSpan Sign
Is there documentation on populating a template before signing when you are creating the transaction from a template? I only see documentation that is uploading a file from a PC rather than using a template that is already created.