My goal on my site is to place a stand alone form with only hidden variables and a submit button. I want to place this area on every page I choose via an include and have the results go to an sql database. After submission of this this form that contains only hidden variables and submit button, it would go to another form with Name, email, and comment fields. After submission of this final form it would take the user back to the previous page and show the fields that were inputed and list them in a table.
Could someone explain to me what set of variables and processes I would need to implement to create such a task? The more specific the better! Thanks....
-Justin