create download pdf link on formidable redirected page

Formidable Forms
1 July, 2021 21:34:49
drfingerless
Topics: 2
Messages: 6
I'm sure you have answered this before but I want my users to be able to download the pdf of the form they have just filled out after being redirected to another page. So my submit button doesn't show message it redirects to another page where I want users to be able to click on a download link and retrieve a copy of their PDF.
Alternatively, I would be happy for a link to be placed on the page that the form itself sits on, but not inside the standard Message box that formidable makes available. I need to place the download link somewhere else on the page. Are either of these possible?
1 July, 2021 22:38:06
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

You must use Formidable Forms View with shortcodes as [e2pdf-download id="1" dataset="[id]"] / [e2pdf-view id="1" dataset="[id]"] which will be placed on final page. Formidable Form View must be filtered by Entry Key.

For example:
- You can pass Entry Key Identifier to URL after Form Submission and redirect user to page (http://example.com/certificate-success/?pass_entry=[key]) which will contain Formidable Form View shortcode filtered by "get" param ([get param="pass_entry" default="none"])(screenshot),

We remain at your service.
We would really appreciate your feedback at WordPress.org!
2 July, 2021 18:52:29
drfingerless
Topics: 2
Messages: 6
Thank you so much for your help. I did exactly as you instructed and it works perfectly!