I have a very large input form (for a user to fill out and submit). I wanted to break this form up into multiple pages (eg, stage 1...stage 2...etc). What is the best way to do this...would I just pass all the values as 'hidden' input types between the pages? By stage 5, this could be quite messy...is there a better way to do this? Database for example?
Thanks.
Thanks.