• Resolved erwartet

    (@erwartet)


    Hi there,

    I have an issue with the PDF Generator. Maybe I only lack the right coding. At the end of my form the user is supposed to sign the order. I installed a signature addon for that. But how can I include the signature in the PDF. I tried to enter the form tag in the section “Customize PDF” like the other fields (it works this way for the Email Setup):

    
    Unterschrift: [signature-227]

    But in the PDF this appears just as it is: [signature-227]. I guess I might have to specify, that the output of that field is a png, but I don’t know how. Could you help me with that?

    Thanks a lot, best regards, Ilonka

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter erwartet

    (@erwartet)

    Sorry, I thought, it might be simply the html img tag and tried this:

    Unterschrift: <br>
    <img src="[signature-227]" width="250px"/> 

    But the output in the PDF is this:

    https://www.deutsche-fernschule.de/wp-content/uploads/test-sign-pdf.pdf

    Thanks for helping. ??

    Thread Starter erwartet

    (@erwartet)

    I have found the mistake. ??

    The signature tag must not be enclosed with <label></label>. I changed my code in the form tab to:

    <label>Ihre Unterschrift</label>[signature* signature-426 color:#000000 backcolor:#dddddd width:300 height:200]

    and in the PDF Generator to:

    Unterschrift: <br>
    <img src="[signature-426]" alt="" width="250px"> 

    Now this works fine! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PDF Generator’ is closed to new replies.