Since the Wordpress Post Editor is HTML, you can add radio buttons, etc. into your post. But when you have say 2 radio buttons, and a submit button at the bottom, you can input your data then click submit but nothing happens. Is there any way of returning information from a database when the submit button is clicked? If so how would this be done, can you just add new tables in the WP Database?
Thanks!
PS: I am running Wordpress 3.2 Selfhosted, not wordpress.com
You can create a Page Template for each page with such a form, then put the code to process the form and do whatever database work you need in that template.
And then install filename.php on the server? I tried that and it successfully worked but displayed it in a new webpage (mywebsite.com/filename.php). Since I am new to PHP I don’t know how I can get it to display in the same post as the form (without leaving that page).