

Admin dashboard with stat cards and recent signatures.
MerchantKits Document Signatures lets you add a signature collection form to any page or post using a simple shortcode. Signers can draw their signature on a canvas or type it using a cursive font. Every signature is recorded with a SHA-256 integrity hash, signer IP, user agent, and timestamp — giving you a complete audit trail.
wpsv/v1.wpsv/signature-form.php in your theme.[wpsv_signature]
Attributes:
document_id — links the form to a saved document.title — heading shown above the form.description — optional introductory text.button_text — submit button label.redirect — URL to redirect to after a successful signature.type — draw, type, or both (overrides global setting).Example:
[wpsv_signature document_id="1" title="Sign the NDA" type="both" redirect="https://example.com/thank-you"]
All signature data (images, hashes, signer information) is stored in your own WordPress database. The plugin does not send signature data to any external server.
The draw-mode signature canvas is powered by Signature Pad (MIT License), which runs entirely in the visitor’s browser.