533 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Using below retrieves a list of field values at the package level. But is it possible to retrieve the field values for a particular document?
eslClient.getFieldValues(packageId)
Thanks
Forum topic
OneSpan Sign
Hello,
How do you populate a field when creating a package from a template? I don't want to define the field location in my code. Instead I need to simply pass along the value that should appear in the correct location.
Forum topic
OneSpan Sign
I looked in the docs and the API but this was not immediately obvious if this function existed so question:
I can specify a bound field Date, that gets filled in by eSignLive with the date that the user signs.
However the date format that is filled in now does not match the date on our PDF form
Forum topic
OneSpan Sign
Hello,
We have a workflow, where we need to auto sign and fill a text field, without editing the package.
Is there a way to do this using .NET?
Forum topic
OneSpan Sign
Hie,
I am adding fields to pdf using approval(in json format). It is working fine for every type of fields(TEXTFIELD, CHECKBOX) except I can only see a single SIGNATURE capturing field even if I've added two/three of them inside json. Am I missing something ?
Forum topic
OneSpan Sign
Hey team,
We are using Text Anchor feature to extract fields. But there was one field that doesn't get the right position and show up at left-top corner of the page.
Our .NET SDK version is 11.0, during package creation, we didn't receive any error.
Please advise,
Oliver
Forum topic
OneSpan Sign
Is it possible to pass in a string with the way the date field should be formatted. The date is showing as YYYY-MM-DD, however, I need the date in the format YYYYMMDD.
Forum topic
OneSpan Sign
Is there a way to apply validation rules on field values during signing ceremony? We have bunch of phone number fields and email address fields. We want to make sure that signers enter these fields in a specific format.
Forum topic
OneSpan Sign
Hello Team,
I'm working on the use case below and was wondering if you could help !
Use Case: We have an existing template with some documents and fields on it and we want to retrieve those fields to bind some values on them.
Forum topic
OneSpan Sign
Hi there. I'm trying to make a textfield required. I see that I can do this when I'm about to send a transaction (see screenshot).