How would I go about collecting a signature from a site visitor?
I am building my site in PHP and would like to give the user the ability to add their signature to a form. They can use their mouse to draw the signature. The signature would be compressed and added to the rest of the form data using the GD library (if possible).
I am open to using Flash, jQuery, or PHP, but Iām not sure where to start.