signature
The signature
element is a basic signature capture that is mobile compatible. The captured signature is converted to base 64 and added to the data model.
// Signature capture pad
{
"height": 150,
"hint": "By signing this form you agree to the terms and conditions as stated somewhere else.",
"label": "Sign your name ...",
"model": "signature",
"required": true,
"styleClasses": "col-md-6",
"type": "Signature",
"validator": "string"
}
Last updated
Was this helpful?