Using signature sketch fields for digital signatures
Signature sketch fields add a touch-screen signature pad to forms. Customers draw their signature using mouse, touchscreen, or stylus — the result is saved as an image file attached to the lead.
TL;DR
Create field: Campaign settings → Signature sketch fields → + New Sketch field. Options: required, hide on lead page, hide in new lead form. Add to form: select in the form's Signatures dropdown. Use in templates: @signature[field-name,preview] (display), @signature[field-name,url] (image URL), @signature[field-name,datetime] (timestamp). Always use @if/@else in templates to handle missing signatures.
Get started in 3 steps
Create the signature field
Go to Campaign settings → Signature sketch fields → + New Sketch field. Enter a descriptive name (e.g. "Customer signature", "Accept terms signature"). Configure: Required (mandatory before form submit), Hide on lead page (field saved but not shown in profile), Hide in new lead form (collect signature only on specific follow-up forms, not on initial lead creation). Create multiple fields for different purposes: customer signature, company rep signature, witness, guardian.
Add to a form
When creating or editing an HTML form under Campaign settings → Web pages, locate the Signatures dropdown and select your field. The signature appears on the form as a labeled input with a pen icon — clicking it opens the signature canvas where the user draws, can undo, clear, and then confirm. A checkmark appears when the signature is captured. Place the field at the end of the form with clear context text.
Use in email templates
Display the signature in confirmation emails or documents using placeholders:
@signature[signature,preview]— inline image (default)@signature[signature,url]— image URL for custom<img>tag@signature[signature,datetime]— timestamp of when it was signed@signature[signature,name]/size/count— filename, file size, number of signatures
Always wrap in conditional: @if(@signature[signature,url]){...}@else{No signature on file.}@endif
Common searches
signature field • digital signature • sketch field • signature pad • electronic signature • sign document • accept quote • e-signature
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article