How to display users' pdf on their profiles with caldera forms?

Caldera Forms
3 August, 2021 01:15:41
valentinlpk
Topics: 1
Messages: 1
Hello, I have caldera forms that allow you to fill out pdf's that are then sent by email. I would like users to have a page with a list of the pdf's they have created so they can download them again.
Thanks in advance for your help
3 August, 2021 01:49:53
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

E2Pdf doesn't have own entries management functionality as all PDFs created in "live" mode and as we know, unfortunately, Caldera Forms also doesn't have possibility to output own user submitted entries on frontend as GravityView or Formidable Forms Views. So the only way is to built custom logic with PHP which will retrieve user submitted entries -> iterate over this entries with getting Entry ID and generate PDF download links via PHP as:

echo do_shortcode('[e2pdf-download id="1" dataset="' . $entry_id . '"]');

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