MaestroThe UI design product. | Form Builder | All versions This feature is related to all versions.
Maestro comes with the Signature Pad component enabling a form user to sign an application form digitally. This component allows the user to create a signature by drawing it on the pad, saving it, clearing the pad to redraw the signature, or canceling it. The image below shows how the Signature Pad component appears on a rendered form.
The following properties are available to the Signature Pad component:
The text used for empty signature box
The icon used for empty signature box
Map form's field references for first, middle and last names that is displayed in the rendered Signature Pad component.
Select the Include Date checkbox to show the date when the user signs the form at the bottom left corner of the component, as shown above.
Every time the user updates a signature, the signature timestamp (data.signaturePad.signatureDate
) is updated. You can reference this value in other JavaScript code by right-clicking the Signature Pad component in Code View and selecting Signature Date.
Enter the date format that is used to render the date and time when the form is signed, for example dd/MM/yyyy HH:mm
. The default is dd/MM/yyyy
.
The title to display on the signature pad dialog
The cancel button label
The icon used for the cancel button.
The clear button label
The icon used for the clear button.
The save button label
The icon used for the save button.
Next, learn about the Button component.