Plugin Author
E2Pdf
(@oleksandrz)
Hi,
Unfortunately, Forminator doesn’t have such a possibility. It can’t pass and retrieve entry data on the redirected page.
In theory, you can check out this page which explains some hooks to pass Entry ID to redirected URL and parse it: https://ww.wp.xz.cn/support/topic/pass-submission-id-in-url/, render E2Pdf shortcode on the final page via PHP by setting “dataset” as:
echo do_shortcode('[e2pdf-download id="1" dataset="' . $submission_id . '"]');
However, you can’t exactly use this solution as it will allow users to pass any ID to the URL and get PDF for ANY Entry. Submission ID must be encrypted in the URL and decrypted on the page to make it work correctly and it will require PHP knowledge to build a such solution.
We remain at your service.
oh, no… such complicated 😉
I will do with “hide form” and place my text from scratch.
thanks