Great Idea

June 15, 2004 by Philip ORourke
I've been tackling the same problem myself, that would be a neat addition!

try this

December 18, 2004 by Greta Garberini
you collect the field names and submit them to the next page which needs a .php extension. the form sets the action = "followup.php" ... should work with most versions of php. Is that what you meant? Not very difficult to implement, don't you think so?

forgot something

December 18, 2004 by Greta Garberini
$HTTP_GET_VARS['field_name1'] hope this is not omitted automatically as in my former post

That will work however .....

December 18, 2004 by Andy Jamison

Yes that will work however what i need is an extension that displays the info entered into a form and then asks if this information is correct before actually proccessing the form. Kind of like when you place an order on a website they ask you to confirm what you entered before continueing. I can hard code the page that displays the values entered into the form

However I have trouble when I try to have the confimation page display before the form action takes place. Does this Make since?

To give you an example I am trying to create several sets of forms such as a members signup form that requires the user to make sure that all info is correct before actually submitting there request.