Export all Form Entries from a Formidable Form into individual PDFs

Formidable Forms
10 February, 2021 13:53:37
vysiontech
Topics: 1
Messages: 2
HI there, love the plugin, but I'm trying to do an export of all entries submitted (381) to 381 PDFs. How would I go about going this more programmatically than using the export function and picking a single record?

10 February, 2021 18:05:11
PRO2PDF
Support
Topics: 2
Messages: 69
The plugin does not provide the functionality to export (send to user's computer) more than one file at a time. However, you are able to create a Formidable View and use the shortcode in the view to create a list of individual downloadable links.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
10 February, 2021 18:11:32
PRO2PDF
Support
Topics: 2
Messages: 69
We do have this option in our roadmap so it will be added in the future.

As a work-around, the Formidable Forms view can save the PDF locally. Use [e2pdf-save id="1" dataset="[id]"], but keep in mind that if you use the "e2pdf-save" shortcode in iteration you must increase all your PHP limits to avoid any timeouts.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
10 February, 2021 18:41:32
vysiontech
Topics: 1
Messages: 2
Thanks! I actually was able to accomplish the task using a browser extension to download from links in batches, along with the view with all of the actual download links.

Thanks again!
10 February, 2021 23:16:31
PRO2PDF
Support
Topics: 2
Messages: 69
Ah, good idea! Which browser extension did you use and did you need to add any custom code?
We would really appreciate your feedback at WordPress.org!