9 results matched your search criteria
Forum topic
OneSpan Sign
I'm thinking there MIGHT be a bug but wanted to post here before claiming that entirely. I'm using the latest .NET SDK.
Simple example is this:
1 document, 1 signer , 1 signature.
Prior to the signature there are two radio buttons.
Forum topic
OneSpan Sign
Hi,
I read the website below about naming conversion for document extraction, but I don't see the sample for radio button group, could you please send me the sample?
Forum topic
OneSpan Sign
I am trying to understand how conditional fields and logic works in the .NET SDK C# code. I have 4 RADIO buttons, 4 TEXT fields and 4 SIGN fields.
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,
I have requirements to allow the user to initial next to a radio button value, so if he selects "agree" value in a radio button, an initial pops up for user to initial. If he selects "disagree", another initial pops up for user to initial.
Does eSign allow:
1.
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
As posted in this thread it seems injecting radio buttons into a PDF is not supported -- is that still the case?
Forum topic
OneSpan Sign
Hello, I recently updated the api version for Silanis.ESL.dll from 10.3 to 10.13, after doing so the code that I'm using to dynamically build the packages for getting signed no longer works.
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.