Click to See Complete Forum and Search --> : Hi there.


DanUK
10-13-2003, 07:23 PM
Hello.
Just a quick query please.
I have very large forms, and wondered how easy it was to have input on one page, have a button to a next, and then to another, with the submit button the last, and carry the information along?
I don't know how to achieve this...
If you can give me any information on this it'd be gratefully appreciated.

Many thanks.

pyro
10-13-2003, 07:31 PM
Generally, this is done by passing the values to hidden input fields. Take a look http://www.zend.com/zend/spotlight/code-gallery-wade7.php, which includes a different way of doing it...