I'd skip the hidden form fields, and after each step store the data in a struct in the session scope. Then when you're all done, you can pull all the data from that one place. That will let you easily add more form fields or even move form fields between steps without affecting much at all.
HTH, barneyb --- Barney Boisvert, Senior Development Engineer AudienceCentral [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -----Original Message----- > From: Suyer, Ed [PRD Non-J&J] [mailto:[EMAIL PROTECTED] > Sent: Friday, August 01, 2003 2:02 PM > To: CF-Talk > Subject: multipart form - passing fields > > > Hello All, > > I have a wizard-like web page where the user must fill out forms > 1 through 5 > prior to hitting submit i.e. step 1 - personal info, step 2 - address > information, step 3 - payment, etc., > > To me this seems like a pretty common type of interface. And I'm hoping > there's some people on this list that have built something like > this before > .... what I want to know is this -> is there a mechanism to pass > form fields > from one form to another w/o hard coding the form field names? > I'm sure my > boss is going to want me to add more fields someday ... and I'd like to be > able to do this w/o changing too many things. > > Any suggestions are much appreciated! > > Ed. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

