website logo
👥 Community🎯 Samples on GitHub🚦System Status
💡 Guides
🚀 Examples
🍕 Developer Reference
⚡️ Changelog
🎥 Video Library
Navigate through spaces
⌘K
Examples Overview
Setting up your solution
Jig Types
Components
Datasource
Actions
Preview
Widgets
Expressions
Aggregation
Boolean
Comparison Operators
Date & Time
Path Operators
Functional Programming
Jigx Variables
Predicate Queries
String
Docs powered by
Archbee
Components
form

signature-field

4min

This component can only be used in a jig.default inside of a form component for the input of a signature. It provides the experience of creating, uploading, and saving your eSignature in a few easy steps.

Signature Field Preview
Signature Field Preview


Configuration options

Some properties are common to all components, see Common component properties for a list and their configuration options.



The core structure includes: instanceId and label

Other options:

color - There is a list of colors available. The color is used in combination with the condition when.

Examples and code snippets 

Signature Field on Form

Form signature
Form signature


The widget displays the signature input. After clicking on it, the user can create his/her eSignature.

Example:

See the full example in GitHub.

signature
|
children:
  - type: component.form
    instanceId: new-customer-form
    options:
      children:
        - type: component.signature-field
          instanceId: signature
          options:
            label: Signature required


See also

  • Developer reference
  • Related examples (Github)



Updated 13 Jul 2023
Did this page help you?
PREVIOUS
date-picker
NEXT
image
Docs powered by
Archbee
TABLE OF CONTENTS
Configuration options
Examples and code snippets
Signature Field on Form
See also
Docs powered by
Archbee
Copyright © 2023 Jigx, Inc. All rights reserved. Terms of Service