Display submitted forms as lists

Formidable Forms
18 November, 2023 05:03:43
Fikri
Topics: 2
Messages: 6
Hi,

I am wondering if it is possible to create a page where it displays all of the submitted forms with date and tracking number. This needs to be automatically added.

This is to be used as a way to track the submitted forms.

If it is possible, can it show the whole pdf or the pdf download link?

Regards,
Fikri
18 November, 2023 05:10:49
Fikri
Topics: 2
Messages: 6
Hi,

Sorry I forgot to ask one more thing.

If my formidable form has a file upload that allow users to upload more than 1 file, will jpg, png, or pdf format files be added as a new page in the pdf?

Regards,
Fikri
18 November, 2023 06:46:26
E2Pdf
Support
Topics: 7
Messages: 3165
Hello,

1. If you mean creating the page where it will be listed all entries and each entry will have a PDF download URL for each entry, it's possible to accomplish via Formidable Forms Views: https://formidableforms.com/knowledgebase/create-a-view/

E2Pdf shortcodes in this case can be used inside via as: [e2pdf-download id="1" dataset="[id]"]

If you need to list all entries inside the E2Pdf Template, it needs to use the view, that outputs all entries, and inside the E2Pdf Template, you need to use the Formidable Forms View shortcode as: [display-frm-data id="345" filter=limited] (https://e2pdf.com/support/desk/e2pdf-with-formidable-forms-view. For example in "HTML" object. To keep "HTML" object split over pages it can be used one of the following solutions:

- https://e2pdf.com/docs/elements/html/multipage
- https://e2pdf.com/docs/elements/html/parent-child

2. As for the "multiple" images, it depends on your PDF structure. By default, E2Pdf will not create new pages. It's possible only if the content will be generated inside "HTML" object and one of the following options applied:

- https://e2pdf.com/docs/elements/html/multipage
- https://e2pdf.com/docs/elements/html/parent-child

However, you can just create "separate" pages where there will be separated image objects for each image and hide page if the 2nd, 3rd, 4th, etc... image does not exist.

It's possible to output images one by one via the following shortcodes:

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

[e2pdf-format-output explode=", " output="{1}"][123 size="full"][/e2pdf-format-output]

[e2pdf-format-output explode=", " output="{2}"][123 size="full"][/e2pdf-format-output]

and so on...

So the same shortcodes can be used with actions and conditions for the page to detect if it's empty or not, and hide when needed: https://e2pdf.com/docs/actions/page. A screenshot is attached.
We would really appreciate your feedback at WordPress.org!
18 November, 2023 08:23:08
Fikri
Topics: 2
Messages: 6
Hi,

I've read the links you gave.
Thanks for that, really helpful.

20 November, 2023 01:26:53
Fikri
Topics: 2
Messages: 6
Hi,

I'm doing the file upload on new page and I encountered something.

Is it not possible to do what you wrote with an uploaded pdf?

If it is not possible, how can I add new pages?
20 November, 2023 01:34:55
E2Pdf
Support
Topics: 7
Messages: 3165
Hello,

If you use a "pre-uploaded" PDF as a Template source, unfortunately, that PDF must have empty pages that must be hidden depending on "Actions" and "Conditions". Currently, E2Pdf can't add new pages directly to such Templates. So you must be able to add empty pages to it and re-upload the PDF source: https://e2pdf.com/docs/templates/builder/preset#re-upload-original-pdf.
We would really appreciate your feedback at WordPress.org!
20 November, 2023 04:02:22
Fikri
Topics: 2
Messages: 6
Hi,

I've copied your shortcode and instructions but it doesn't work.
20 November, 2023 04:18:00
E2Pdf
Support
Topics: 7
Messages: 3165
[123 size="full"] must be replaced with your Formidable Forms Field ID.
We would really appreciate your feedback at WordPress.org!
20 November, 2023 04:19:45
E2Pdf
Support
Topics: 7
Messages: 3165
If you still fail with setup, you can submit a support ticket with access details to the WP Admin Dashboard here: https://e2pdf.com/support/request, so we can log in and see your setup.
We would really appreciate your feedback at WordPress.org!