• Resolved shakeel24

    (@shakeel24)


    As i have using this plugin to generate pdf. all fields data show but not able to show upload field data which is image need help how to show that. as i add field as image just X is shown in red or i just use this field in simple way it shows file name with extension

Viewing 1 replies (of 1 total)
  • Plugin Author Florent Maillefaud

    (@florent73)

    Hi!

    For use image upload field, try this examples :

    // Display temp URL File
    <p>File 1 : [file-photo]</p>

    // Display URL file
    <p>URL File 1 : [url-file-photo]<br /></p>

    // Display image
    <p><img id="image" src="[url-file-photo]" width="300" /></p>

    // Display other image :
    <img src="https://YOUR-URL.com/wp-content/uploads/2020/04/logo-email.jpg" width="243" />

    Thanks

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.