This plugin adds new field type to Contact Form 7 plugin and allows users to add handwritten signature to the message via signature pad.
If you want the image to be included in the body of your emails, just put image tag.
If you want the image to be sent as attachment to the email, just follow these steps add a attachment parameter to your field like this add the signature tag to the attachment section, like you would do for file ...
This is not very good idea, but just in case this is your only solution add a inline parameter to your field like this include the in the body of your email, like you would normally do...
When building your signature field with CF7's field generator, you have several options you can add to the field shortcode.
The only thing you have to do is override width and or height styles to the wrapper, not the canvas, like this ` @media screen and {..wpcf7-form-control-signature-wrap { width 100% important } }.. `..
There's now jQuery plugin for that, and i got rid of all JS functions like sigFieldsResize and sigFieldsClear..
Material Design for Contact Form 7 <- not working and I do not use PDF output, instead, i use the inline as pdf, just simple css and will work like champ... great plugin. dchangusc it works great thanks for the hard works...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Technical refactoring now using jQuery if you were using sigFieldsResize function for example, please update to its jQuery, FAQ. new plugin architecture using WordPress Plugin Boilerplate domain changed to respect WordPress translation guidelines, so you might have to update your.po files...
Read more