Feasibility of dynamic page content by formidable submission?
-
Hi, I’m hoping to explore possibility of displaying dynamic page content under certain template with values from formidable submissions.
Very similar to email merge but instead a web-page
For example:
- A form containing [name] [age] [date-of-submission]
- And there are 3 entries with IDs of #id1, #id2 & #id3
- we create a page called “tailored offers” with texts and sections based on form field.
ideally inputing the following url
http://www.mysite.com/tailor-offers/?entry-id=1will dynamically generate following:
- “Hi [name-first], thank you for checking out this tailors offer”
- Hide/show certain section if age is above/below 20
- hide everything(or show other message) if the page is visited 30 days after submission.
I know this can be achieved if we are physically creating new posts in formidable pro + ACF, but not sure if this is possible without a new post, there will be a lot of them so very difficult to manage.
Currently, DIVI builder allows dynamic content from ACF. There’s also a DIVI plugin that can show/hide sections based on query strings or php functions.
The missing link is how to pass single submission field values into ACF on page loading based on url query strings. does anyone has any ideas which directions or plugins?
Ultimately what we trying to achieve is a simple front end interface for non-tech savvy user, with the capability of hooked up by API for automation, to generate beautiful well designed dynamic pages, just like marketing emails but a web page.
The topic ‘Feasibility of dynamic page content by formidable submission?’ is closed to new replies.