Same problem. Love the plugin but it doesn’t work any more with the signature. It gives a red cross sign.
I tried this: `In this file contact-form-7-signature-addon\public\js\scripts.js
Before line 57, add this code:
// Custom Event Listener to populate signature data before submit.
$(form).find(‘input.wpcf7-submit’).on(‘mouseover’, function() {
sigObj.beforeSubmit();
});`
But it didn’t work. Can someone please help?