• Hi there,
    I am using the Send PDF Addon “Send PDF for Contact Form 7” by Florent Maillefaud. I would like to add the signature to the PDF as an image. After submitting the form the PDF shows a broken image [x] instead of the signature.

    I have put the following code in the PDF template

    <img src="[signature-646]" width="600" height="300" />

    Any help is appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem, 99% doesn’twork.
    It’s not a PDF problem, signature isn’t generate at all.
    In the relative plugin folder singatureX.png isn’t created so nothing happen

    Thread Starter mariusrudolph

    (@mariusrudolph)

    @simonemessina : any luck on your side?

    Thread Starter mariusrudolph

    (@mariusrudolph)

    I found a fix from another user:

    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();
    });

    Worked for me – give it a try.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No signature in PDF’ is closed to new replies.