function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ggarciaggarcia 

Signature Capure in VF page

Hey guys so im trying to use SignaturePad ......http://thomasjbradley.ca/lab/signature-pad/#howto .........into a visualforce page and im having some trouble getting the canvas element to work with apex/VF. i would really appricate some help with this i am a novice at VF and html so any help at all will probably be a lot 

Vinita_SFDCVinita_SFDC

Hello,

 

Please refer the following link which explains how to capture signature in a VF page with an example:

developer.force.com/cookbook/recipe/accessing-docusign-api-from-salesforcecom-to-send-contracts-for-esignatures

Hope this helps!

jhurstjhurst

Are you trying to use the apex:canvasApp component, or are you trying to get an HTML 5 Canvas component working?

MattwestMattwest
Did you ever figure this out? I'm having the same issue trying to get this going, and I'm a newbie to this.