Versions Compared

Key

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

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

Info
titleNew Feature

Newly introduced in Joget Workflow v5

Image Modified

Figure 1: Screenshot highlighting Signature in Form Builder

Image Modified

Figure 2: Signature in actual form

Image Modified

Figure 3: Signature properties

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

 

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

Image Modified

Figure 4: Signature - Advanced Options

NameDescription
Validator

Attach a Validator

 
Width 
Height 

plugin to validate the input value.

Info
titleWhen 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.

Code Block
titleExample
300px
Height

Height of the element in character.

Code Block
titleExample
300px
Readonly

Determines if the element is editable.

Readonly