>I don't really want to stash the data in a temporary table, since this web >site >currently isn't data-driven and has no data source available. Also, I don't >want to user session variables.
When the second form is being built, just create hidden form variables holding the values from the first form. When you submit the second form, both groups of vars get passed. Essentially you're transferring the first batch of data twice, but unless you've got a ton of data, it shouldn't be an issue. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

