Using the Signature Pad jQuery Plugin with SharePoint & InfoPath – Redux
I’m using Thomas Bradley’s Signature Pad plugin for a project, which I’ve used successfully before. The twist this time is that I want to save the signature as an image rather than just as JSON. There’s a method called getSignatureImage() that works just fine to grab the signature as a base64 string, like so (this is…