Show image 1 and image 2 from one multifile upload field

Formidable Forms
14 May, 2021 02:32:48
esaeducation
Topics: 4
Messages: 9
Dear support team,

I am trying to show the 2 pictures uploaded using just 1 file upload field and I cannot access the file number 2. If I use this code in both cases I get just the picture 1 in the pdf:
[10 show_image=1]
[10 show_image=2]

Thank you very much for your support
14 May, 2021 03:13:36
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

To output separate images from multi file upload field use please construction below:

1st image:
[e2pdf-format-output explode=", " output="{0}"][10 size="full"][/e2pdf-format-output]

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

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

and so on...

We remain at your service.
We would really appreciate your feedback at WordPress.org!