In most cases you would use hidden form fields on each page of the form to pass the data along to the next page. If you search the tag gallery, I recall a CF tag that will generate all of the hidden form field code on each page. Try searching for "hidden","formfield" and the llke.
Othertimes, usually when the user will be submitting HTML content, you can store the data in a temp table, or the same table with a temp flag. Reason being, that when there is HTMl submitted, it can not be stored very well in a hidden form field due to all of the tags a quotation marks. If you need to use the second method, let me know and I can give you more details... Brook At 01:21 PM 11/23/02 -0500, Ken Wilson wrote: >What dictates that the first form can't be written to the DB as soon as they >submit it? > >Ken > > > >-----Original Message----- >From: Brian Scandale [mailto:[EMAIL PROTECTED]] >Sent: Saturday, November 23, 2002 1:02 PM >To: CF-Talk >Subject: temp variable storage? > > >I have a large form (around 100 text boxes and check boxes etc...). Once >the user submits it they still need to navigate about 6 more forms before >the data can be written to a database. > >How do I go about storing the form data temporarily until I can write it to >disk? I suspect there are more than one ways that you all are doing this. > >Thanks for a few clues. > >Brian > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

