Signature Pad
3 min
the signature pad element provides a touch and mouse friendly canvas where users can draw their handwritten signature directly within the form the captured signature is stored as a file (image) and passed into the process as part of the form submission, making it suitable for digital approval flows, consent acknowledgments, contracts, and any scenario requiring a personal sign off 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 name description type default notes label display label above the signature pad string β β tooltip help text shown alongside the label string β β description instructional text displayed near the pad area string β β value the current signature as a file object file|null β β readonly view only β user cannot draw a new signature boolean false β disabled fully non interactive boolean false β visible controls element visibility boolean true β name unique element name string β β id unique element id string β β required a signature must be drawn to submit the form boolean false β for support, please join our https //discord com/invite/cebukgjefv for further assistance and support
