Hey Everyone, I am trying to create a form that posts to a database, I am very familiar with PHP and adding items into a database, including uploading an image to a folder etc. I am very new to the HTML5 canvas though - I need a simple form created with just 4 fields and a signature as an image. It needs to be usable on both desktop and mobile devices, specifically iPads. The signature must be turned into a JPG image and uploaded to a folder, then the 4 fields and the image location will be posted to another php page to insert the information into a database. - I would prefer not to have a popup div/window for the signature, I want it right in the page. - I DO NOT WANT A LIBRARY, you may use JS and jQuery, but no other dependencies. - I would like the canvas background to be white, and the signature color to be #EA00EB. If you can create just the form where the signature pad works (on both computers and via touch), and pass all the information to a post page. I don't need it designed - I will do that, just clean and functional. Thanks!!
Hey, I am interested, and you can make this work with just the jQuery library to spec as required above?
this can be done w/o any library just javascript. Using jquery libraby will just add more resources to your DOM.