Dynamically populating a single page. Is this posssible in WP?
-
I need help with something here that I’m not sure is even possible in WP?
I’ve created a main product page (not post) that displays thumbnails of many product images. When you click on any of these images I need to go to a new page that then shows:
1.the title of the product
2.the larger image
3.download pdf button (each product has a different pdf)
4.the following form fields:
title of the product (transparent to the user, added automaticallly)
*Name
*Email
*Phone
*Postcode
Comments/Questions
SubmitI know I could easily do all this with a new page for each product – but there are hundreds of products and it would take ages. What I want to do is have the page displaying all the thumnails then when you click on one of those it dynamically populates ONE page with all the required info passed by the URL (I guess??). Please note I do not need text descriptions of the product – just the title, larger image, download pdf and small form.
Could someone please give me some advice on how to tackle this.
- The topic ‘Dynamically populating a single page. Is this posssible in WP?’ is closed to new replies.