You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

New Feature

Newly introduced in Joget Workflow v5

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.

  • No labels