PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloper’s Guide

Signature Pad

The pad's interactivity can be controlled at runtime — locked to read-only to display a previously captured signature, disabled to prevent…

The pad's interactivity can be controlled at runtime — locked to read-only to display a previously captured signature, disabled to prevent interaction, or hidden entirely when not applicable to the current form state. The current signature value is accessible through the data model in Procesio Forms at any event.

Key Use Cases

•        Digital signature collection on approval or authorization forms

•        Consent acknowledgment at the end of an onboarding or compliance flow

•        Displaying a previously captured signature in read-only mode for review

•        Conditionally showing the signature pad only when required (e.g., after clicking Approve)

Runtime API — Attributes in Procesio Forms

All attributes below are accessible and modifiable at runtime via the element's data model in Procesio Forms — on any available event such as onLoad, onChange, or custom triggers.

API NameDescriptionTypeDefaultNotes
labelDisplay label above the signature padstring
tooltipHelp text shown alongside the labelstring
descriptionInstructional text displayed near the pad areastring
valueThe current signature as a file objectfile|null
readonlyView-only — user cannot draw a new signaturebooleanfalse
disabledFully non-interactivebooleanfalse
visibleControls element visibilitybooleantrue
nameUnique element namestring
idUnique element IDstring
requiredA signature must be drawn to submit the formbooleanfalse

For support, please join our Discord community for further assistance and support.

On this page