Formidable forms to WPBakery thank you page

20 July, 2022 01:27:31
Colemont
Topics: 7
Messages: 19
Hello,

i have this kind of setup:

Client fills form in Formidable Forms, then he is passed to custom Thank you page built with WPBakery builder.

[e2pdf-download id="2"] shortcode doesn't render anything, probably because of WPB. How could i make this work?
20 July, 2022 02:00:02
E2Pdf
Support
Topics: 7
Messages: 3165
Hi,

It doesn't work as E2Pdf can't know for which entry it must be generated PDF.

To accomplish the task it's need:

- Create Formidable Forms View with shortcode inside:
[e2pdf-download id="2" dataset="[id]"]

- Add filter to Formidable Form View to filter entries by Entry Key, for example:
"Entry Key" equal to [get param="pass_entry" default="none"]

- Put Formidable Forms "View" shortcode to the "Thank you" page content as:
[display-frm-data id=2186 filter="limited"]

- Modify redirect URL to:
http://example.com/thank-you-page/?pass_entry=[key]

We remain at your service.
We would really appreciate your feedback at WordPress.org!
20 July, 2022 03:10:02
Colemont
Topics: 7
Messages: 19
Thank you! It worked just fine!