AV

How to default to Click to Sign signature type

0 votes

Hello,

Is there a way to set the default signature type to Click to Sign at the document level ( applies to all signature fields) when creating  a package using .NET SDK & using signature text tags?

using this for signature text tags instead of signature fields .EnableExtraction().WithExtractionType(ExtractionType.TEXT_TAGS)

Tried the following line of code but still the document was set with Capture Signature type signature fields.

package.Attributes = new DocumentPackageAttributes();               package.Attributes.Append("enforceCaptureSignature "false);

When signer opens the document for signing, the signature field text says "click to sign" (from computer browser) or "Tap to sign" (from mobile phone browser) and clicking/tapping on the field brings up the signature pad on screen.

Thanks


Reply to: How to default to Click to Sign signature type

1 votes

Hello Anu,

 

Since you are using text tags feature (guide here), the signature type is determined by your tags

A particular Signature Text Tag can be any of the following field types:

  • Signature — This Signature Block is Click-to-Sign. The signer's name will be stamped on the clicked block.
  • Initials — This Signature Block is Click-to-Initial. The signer's initials will be stamped on the clicked block.
  • Capture — The signer clicks this Signature Block, and draws their signature using a mouse or another input device. The signer can also choose to sign on a mobile device such as a smartphone if the sender has mobile capture enabled on their account. The drawing is then stamped on the Signature Block.
  • Mobile_Capture — To e-sign this Signature Block, the signer will receive a link via email that redirects them to open the document on their mobile phone. They are then required to draw their signature using their finger or a stylus. The drawing of the signature is then stamped on the block.

To represent in Text Tags syntax, a signature field with "Click-to-Sign" type could look like below:

{{esl_Signature1:Signer1:signature:size(200,50)}}

This will automatic create you:

(1) Click-to-Sign signature

(2) binded to the Role whose name is "Signer1" 

(3) size of (200,50)

(4) signature ID and name of "Siganture1"

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off