I needed a signature field, which is not available at the moment, for clients to sign a waiver form for a therapy session.
Currently im using a hidden mandatory file upload field, with some custom javascript 'hacks' which converts a html5 canvas field to a base64 image after that is gets converted again to a Blob image which then is pushed to the file upload field... Just to get a signature als a PNG image...
If possible please add a better solution.
1 year ago