Hello.
I need to be able to add a feild to my forms that will allow a digital signature for the forms to be signed.
I was thinking of something to work like this.
A user is registered with there username and email and a jpeg of there signature.
When the user fills in the form, there is a checkbox on the bottom of the form, saying "Tick to digitally sign form"
This then fills a field in with the jpeg from their username in the login table.
Once the checkbox has been checked, it now needs to be read only so it can not be altered.
How can I make this work?
Thanks
Paul