Definition

Signature is a special element with canvas to collect user's input by scribbling/sketching on it.

 

Figure 1: Screenshot highlighting Signature in Form Builder

Figure 2: Signature in actual form

Figure 3: Signature properties

NameDescription
IDElement ID (By declaring as "signature", a corresponding database table column "c_signature" will be created)
LabelElement Label to be displayed to end user.
Encryption

Determines if the value should be encrypted upon saving into the database.

Figure 4: Signature - Advanced Options

NameDescription
Validator

Attach a Validator plugin to validate the input value.

When will validation takes place?

Validation will takes place whenever form is submitted except when it is submitted as "Save as Draft".

Width

Width of the element in character.

Example
300px
Height

Height of the element in character.

Example
300px
Readonly

Determines if the element is editable.

Related Tutorials

 

  • No labels