1. Fields
  2. Signature Field

Fields

Signature Field

The Signature Field allows for capturing a digital signature.

Basic usage

Adds a signature field to the fields of an action.

loading...

Result

The field will be displayed as a signature field as below: Preview of a signature field in a form

The resultant data will be available in the stubpost.data as:

loading...

It can be seen that the signature path is stored in the account_owner_signature.data field as a list of points. A file is also stored in the account_owner_signature.file field.

This can be substituted with eg. ~~stubpost.data.account_owner_signature where required.

Parameters

See fields for common field parameters like validation and conditional rendering.