Your best bet would be to store the answers given into a structure or array in the Session scope, like you would for a shopping cart. This will then stay with the user throughout the survey and then allow you to present the answers for review at the end of the survey.
You may even want to look into cookie storage for this kind of thing, it would then allow the user to leave the site and come back at another time to complete the survey. It's not a particularly complicated application, look around for storing stuff in the session scope, you'll find stacks of tutorials on it. Maulin' Rawlins -----Original Message----- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: 28 February 2007 15:30 To: CF-Talk Subject: Technique question: Survey's All, Technique question: I have a survey Iââ¬â¢m making. Itââ¬â¢s a simple LONG 20 question survey, the users would like the option to fill out the survey (page1), click next go to (page2) review what they entered and have the option to go back and edit their responses before hitting submit going to (page3) which gives them a thank you note and does a simple record instead into a database. What the best way to code this so the users can review what they entered in on Page1 and go back to edit it? Theres no login, itââ¬â¢s just a simple HTML form using ColdFusion. -Jim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270954 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

