Open Vungyr opened 2 years ago
you can create custom signature field object and can define template for it
inside formBuilderOptions in fields add custom signature object:
{
label: 'Signature',
type: 'signature',
subtype: 'signature',
icon: '✍',
},
inside templates key of formBuilderOptions: add a template
signature: (fieldData) => {
return {
field: 'html for signature',
};
},
This is a good candidate library that could be used for a signature control https://github.com/szimek/signature_pad
Description:
Hello, is there any possibility to be able to add a signature field inside formBuilder?
Environment Details:
Expected Behavior
Actual Behavior
Steps to Reproduce
Screenshot - (optional)