Is it possible to embed a form in a wordpress page and use post to send data to itself?
I'm trying to create a dropbox with a bunch of items in it and I want the form to call itself with the posted data.
At the top of the page I have some code to check to see if any data is being posted to the page and if so to set my selection in the drop box to what ever was set. As of right now I can not get it to post data to the page.
I figure either
A. I have an error in my code.
B. Wordpress is clearing out any variables being passed to the page.
If I have an error in my code that's fine, I'll fix it. If I simply can not do this with wordpress than I'll be wasting hours trying to find a non-existent error!