Signature

A digital signature capture field. Respondents draw their signature using a mouse (desktop) or finger/stylus (mobile). The signature is saved as an image.

Configuration

FieldDescription
Question textThe label (e.g., "Your signature")
RequiredMust sign before submitting

How it works

  1. The field shows a blank drawing area
  2. Respondent draws their signature with mouse or touch
  3. A Clear button lets them retry
  4. The signature is captured as a PNG image on submission

Common uses

  • Contract agreements
  • Consent forms
  • Delivery confirmation
  • Legal documents
  • Approval forms
Tip

Combine with a Terms & Conditions field: show the terms first, then capture the signature as acceptance.

Note

Digital signatures captured in TinyForms are image-based. For legally binding electronic signatures with audit trails, consider a dedicated e-signature service (DocuSign, HelloSign) connected via a workflow.

Configuration tabs

Every field has 5 configuration tabs when clicked on the form canvas:

TabWhat you configure
DesignQuestion text, description, placeholder, help text
DataDefault value, variable name, prefill from URL parameters
SettingsRequired/optional, read-only, hidden
ValidationsFormat rules, min/max, custom error messages
ImageAttach an image alongside the question

Using in workflows

When this field is part of a form connected to a workflow via the Form Submission trigger, its value is available as a variable:

{{trigger.fieldName}}

Use it in any downstream node: send it in an email, store it in a database, pass it to an AI node for analysis, or use it in an If-Else condition for routing.