Signature

Overview #

A signature pad that allows users to draw smooth signatures on canvas element and export the signatures to PNG/JPG/SVG/WebP images.

Field Type Parameters: #

  1. Width (optional) – Width in pixels
  2. Height (optional) – Height in pixels
  3. Folder (optional) – Folder where all the signature image files will be saved. By default /images
  4. Image Format (optional)
    • png – (Save as PNG file)
    • webp – (Save as WebP file)

Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Pure Value (Unprocessed): #

Example:

{{ FieldName.value }}


Edit Record Parameters: #

Basic usage:

{{ FieldName.edit }}

Usage with parameters:

{{ FieldName.edit(CSS Class, Attributes) }}
  1. CSS Class (optional) – Name or names of CSS classes.
  2. Attributes (optional) – Optional attributes like: disabled, onclick, onchange, etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025