Form submission and page update in Custom Page
-
Ok, I need some direction here.
I have a WordPress site and I have created a Custom Page called Games.
It uses PHP to get a list of games from my database.
Now, the functionality I need to add is basic form submission and data retrieval.
For example you get a choice of Xbox, PS3, and Wii in a drop down. You select an option and clicks submit.
The page will need to process the query and update with the results.
Now, I know how to do this with php and form processing OUTSIDE of wordpress. I’d call myself and use the vars passed in the POST and retrieve what I need.
However, any one have any ideas how I can incorporate this functionality INSIDE my custom page on wordpress?Thanks!
- The topic ‘Form submission and page update in Custom Page’ is closed to new replies.