Skip to main content
Send Us Your Form, and  We’ll Convert It Into an Online Form  For Free.

Signature

alt text

The Signature component provides a canvas-based input field that allows users to submit a handwritten or typed signature directly within a form.


How It Works

The Signature component renders an interactive canvas where users can provide their signature in one of two ways:

  • Draw Signature - Using a mouse, trackpad, or finger on touch-enabled devices
  • Generate Signature - By typing their name and generating a stylized signature

The Generate Signature option improves accessibility and usability for users who are unable to draw a signature.

You can configure the field’s label, required state, size, and behavior to match your form requirements.

When submitted, the signature, whether drawn or generated, is captured as an image and stored with the form submission.


Properties

PropertyDescription
Label NameText displayed above the signature field.
Hide LabelHides the label visually while keeping it accessible to screen readers.
DisabledDisplays the field but prevents the user from drawing or generating a signature.
Make RequiredMarks the field as required. The user must provide a signature before submitting or continuing.
MessageDisplays instructional text explaining what the signature represents.
Add Custom SizeSets a fixed width for the signature field using a pixel value.
Line WeightControls the thickness of the drawn signature line.
Width (px)DSets the canvas width in pixels.
Height (px)Sets the canvas height in pixels.
Add CSS ClassApplies custom CSS classes for styling and layout customization.
Display Component in NavigationIncludes the signature component in form navigation or summary views (if enabled).
Clear When Information Update Is OnClears the signature for returning users when the Information Update setting is enabled, ensuring a new signature is collected.
Unique NameA required identifier that must be unique within the form. Used in variables, templates, webhooks, and integrations.
Variable Name (for Printable Template)A variable reference used in printable PDF or Word templates.
Mask in Notification EmailMasks the signature image in notification emails to reduce exposure of identifiable information and support compliance requirements.

Using Signature Values in Other Parts of the Form

You can reference the provided signature elsewhere in the form (e.g., success pages, PDF templates, notification emails) using the component’s Unique Name as a variable.