Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable Quik! Native E-Signature, you must first make sure that you have configured the Sign button to show in the Quik! Form Viewer. You must also call the SetESignType Method and designate Native E-Sign. This will configure the Sign button to launch Native E-Sign (rather than DocuSign or SIGNiX). 

Sample code below:

JSON (REST)

...

Native E-Sign
Code Block
"ESignType": 
{
    "Type":"nativeESign"
}

VB.NET

Enable Native E-Sign
Code Block
languagevb

...

Dim objQFE As New QuikFormsEngine
Dim nativeESign As New ESignTypeNativeESign()

...


...

 'native esign configuration

...


 
objQFE.SetESignType(nativeESign)

Native E-Sign Popup

This is what the signing interface looks like when a user clicks the Sign button, or a signature field on the form:Image Removed

...

How To Use

After Native E-Sign has been enabled, The 'Sign' button on the user's forms will now use this feature. When the user clicks the SIGN button at the top of the form, the viewer will automatically scroll to each page that needs a signature, in the order of the role signing order (established by the Quik! Field Definition). The user will then either choose to skip a signature, or draw their signature directly on the screen. Clicking DONE button will cause the next signature field to appear, and the process is repeated until all signature fields are either skipped or signed.

Device Support

The Native E-Sign feature is supported to work across a broad range of devices and browsers. Current  Current supported list of devices:

  • iPad

  • iPhone

  • Android tablets

  • Android phones

  • Windows phone

  • PC

  • Mac


Current supported list of browsers:

  • Internet Explorer 10 and 11

  • Microsoft Edge

  • Chrome

  • Firefox

  • Safari

Important Information

Non-Editable PDF

...

The page navigation on the right side of the screen will display a triangle icon in redyellow or green at the upper-right corner of the page thumbnail to indicate a page that contains a signature.

  • A green triangle indicates that a signature has been done for this page.

  • The yellow triangle indicates that a signature is incomplete and still needs to be signed.

  • The red triangle indicates that user clicked the submit button before completing a signature. The yellow triangle should turn red after the submit event for empty signatures.