@florent73 thank you for your help!
I tried implementing the same fix on our development site:
// Custom Event Listener to populate signature data before submit.
$(form).find(‘input.wpcf7-submit’).on(‘mouseover’, function() {
sigObj.beforeSubmit();
});
The Contact 7 Form is submitting an email in HTML with the field [signature-wholesaler] and Send PDF has the field < img src=”[signature-wholesaler]” /> (no extra space between < and img in our code) set to pull the signature image from the form. Unfortunately, a red X is still populating rather than the signature image.
Any updates? Thanks!