Only showing the first image from a formidable form entry

Formidable Forms Resolved
8 February, 2023 07:28:26
Lasse
Topics: 1
Messages: 2
Hi,
I want multiple images (that are uploaded from a formidable form file upload field) to show in my pdf, but only the first image will show up on the pdf.
I put multiple image blocks next to each other with the code:
[e2pdf-format-output explode=", " output="{0}"][2322:1 size="full" decrypt="0" permission="0"][/e2pdf-format-output]
[e2pdf-format-output explode=", " output="{1}"][2322:1 size="full" decrypt="0" permission="0"][/e2pdf-format-output]
[e2pdf-format-output explode=", " output="{2}"][2322:1 size="full" decrypt="0" permission="0"][/e2pdf-format-output]

But when I see the pdf only the first image will show, and the second and third will only have the path of the image in text.
Any thoughts?
8 February, 2023 07:36:13
E2Pdf
Support
Topics: 7
Messages: 3156
Hi,

Is your file upload located inside "Repeater" section? If yes, try to use please shortcodes as:

[e2pdf-format-output explode=", " output="{0}"][2322:1 size="full" show_image="0" add_link="0"][/e2pdf-format-output]

[e2pdf-format-output explode=", " output="{1}"][2322:1 size="full" show_image="0" add_link="0"][/e2pdf-format-output]

[e2pdf-format-output explode=", " output="{2}"][2322:1 size="full" show_image="0" add_link="0"][/e2pdf-format-output]

If it still will not work, can you please create "textarea" and map it with shortcode as:

[2322:1 size="full" show_image="0" add_link="0"]

After PDF generation, attach please a screenshot with result.
We would really appreciate your feedback at WordPress.org!
8 February, 2023 07:43:38
Lasse
Topics: 1
Messages: 2
Thank you so much !
It is in a repeater field, the show_image="0" add_link="0" worked
Thanks mate !