Skip to main content

Signature

The Signature component enables users to capture their handwritten or stylized signature directly within a form. This feature is ideal for applications requiring user authentication, consent, or agreements, providing a secure and easy way to collect digital signatures.

Signature

The options available to configure the Survey component are separated into four categories:

  • Display
  • Data
  • Validation
  • Conditional

Display

ParameterDescription
LabelText label that appears next to the input field.
Footer LabelInstructional text shown below the signature area (e.g., "Sign above").
Background ColorDefines the canvas background color where the signature is drawn.
Pen ColorSets the color of the pen used for drawing the signature.
DescriptionAdditional guidance text shown below the input.
TooltipHelper text displayed on hover for quick hints.
Custom CSS ClassPattern used to format user input visually as they type.
HiddenKeeps the component data but hides it from the user view.
Hide LabelHides the field label on the rendered form.
DisabledPrevents the user from editing the input field.

Data

ParameterDescription
Clear Value When HiddenAutomatically clears the field's value if the component becomes hidden.

Validation

ParameterDescription
RequiredMakes this field mandatory before form submission.
Validate When HiddenValidates the field even when it’s not visible on the form.
Error LabelCustom label shown when a validation error occurs.
Custom Error MessageDisplays a personalized message when the field fails validation.

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False - the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.