144 results matched your search criteria
Forum topic
OneSpan Sign
When using the UI or Template Builder, I would like to be able to have a signer select an option in a drop down box and their selection be used to fill in another field on another page, or in another document on the same package.
Forum topic
OneSpan Sign
Is it possible to define a custom height and width of a field, especially the custom fields so that when the user drags and drops the fields, a particular height and width of the custom field is dragged on the document?
Forum topic
OneSpan Sign
I updated from 11.33 using the downloaded SDK, but found the NuGet for 11.35 today, but am having issues resolving the ESLClient class from the NuGet install. I tried a using for each namespace in OneSpanSign namespace, and am having no luck. Did the class change fr
Forum topic
OneSpan Sign
I have a particular document/form that has a few different fields which are of a small size, namely: date, year and state.
Forum topic
OneSpan Sign
Hey guys,
I'm trying to put together the following flow:
Forum topic
OneSpan Sign
Hi there! It would be nice to specify that documents ALWAYS attach after a signing package is complete. This currently has to be done per signer and in our industry, I want to ensure that ALL signed docs get sent to ALL signers by default. Is this possible?
Forum topic
OneSpan Sign
Hi Silanis team-
I cannot find any documentation on the unit of measure used for the Signature block position (X,Y) and dimensions (Height,Width). Is it pixels? Points? Inches?
Also, if anyone knows/remembers-- we are currently using Version 4.x / hosted of the Silanis framework.
Forum topic
OneSpan Sign
Hi,
when adding the signature tags the Designer autosaves the changes. Is there a way to know that signature tags were added or they closed the designer session?
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 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}} .