[PHP] Need help with PEAR Quickform

2006-06-22 Thread Robert Graham

Good day

I am busy working on a form using QuickForm.

I would like to make use of a confirmation page where the user must
eitheir select to change the details or continue.  Does anyone know how
to achieve this?

Regards
Robert

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Need help with PEAR Quickform

2006-06-22 Thread Chris Boget
 I am busy working on a form using QuickForm.
 I would like to make use of a confirmation page 
 where the user must eitheir select to change the 
 details or continue.  Does anyone know how to 
 achieve this?

On POST, you could redisplay the form in a Frozen
state.  If the form is frozen, you display a separate 
set of submit buttons and in checking to see if those
new buttons were clicked do you actually process the
form normally (access data store, etc).

This is just one of the many ways you can go about
achieving the same results.

thnx,
Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php