Show images from multiple file upload

23 November, 2023 06:17:03
j.harter
Topics: 1
Messages: 4
Hi, is it possible to show the images from Elementor Forms in the pdf. For FORMIDABLE FORMS the code is

1st image:

[e2pdf-format-output explode=", " output="{0}"][test size="full"][/e2pdf-format-output]

2nd image:
[e2pdf-format-output explode=", " output="{1}"][test size="full"][/e2pdf-format-output]

3rd image:
[e2pdf-format-output explode=", " output="{2}"][test size="full"][/e2pdf-format-output]

and so on...

but it's not the right code for elementor.

So I have tried this code:
[e2pdf-format-output explode=", " output="{0}"][field id="test"][/e2pdf-format-output]

But it also doesn´t work. Is there a code for the multiple file upload field in elementor forms or have I entered something wrong? Thanks
23 November, 2023 06:23:57
E2Pdf
Support
Topics: 7
Messages: 3165
Hello,

For Elementor it must be valid shortcodes:

[e2pdf-format-output explode=" , " output="{0}"][field id="field_3d1e877"][/e2pdf-format-output]

[e2pdf-format-output explode=" , " output="{1}"][field id="field_3d1e877"][/e2pdf-format-output]

[e2pdf-format-output explode=" , " output="{2}"][field id="field_3d1e877"][/e2pdf-format-output]

If it still doesn't work, can you please try to create a temporary "textarea" and see what is the output of the main shortcode:

[field id="field_3d1e877"]

and modified shortcode:

[e2pdf-format-output explode=" , " output="{0}"][field id="field_3d1e877"][/e2pdf-format-output]
We would really appreciate your feedback at WordPress.org!
23 November, 2023 06:40:51
j.harter
Topics: 1
Messages: 4
The url of the images appears in the textarea and image object. Could it be that I need to adjust something in the settings in Wordpress or something else?
23 November, 2023 06:54:19
E2Pdf
Support
Topics: 7
Messages: 3165
Can you access the "image" URL from the Elementor Submissions page / or from textarea via the browser?

If yes, can you please send us the URL of any image? You can mark the message "private" so only support can see your messages.
We would really appreciate your feedback at WordPress.org!
24 November, 2023 00:09:17
j.harter
Topics: 1
Messages: 4
No I can't, the image is not displayed.
24 November, 2023 01:21:19
j.harter
Topics: 1
Messages: 4
Ok I have the issue, if I insert the code into an image object only the code is displayed. If I create an image object for each code the images are displayed. I thought it was possible to write the complete code in one image object.
24 November, 2023 02:13:44
E2Pdf
Support
Topics: 7
Messages: 3165
Hello,

The "Image" object is designed to output separate images. If it could be uploaded 5 images - it needs to create 5 image objects and each must be mapped with the individual shortcode. There is another possibility to output images - via an "HTML" object, however, it has less possibility to control output.

Maybe you can try to attach some screenshots of what you are trying to accomplish?
We would really appreciate your feedback at WordPress.org!