if you post your code then we can help you better. Clint
----- Original Message ----- From: "Keith Taylor" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 12:58 PM Subject: Long form and variable names? > OK. I see now. Am indeed getting a LOT of output. This is showing every product by number, then every description. What I want/intend to have show is only those product numbers and descriptions that correspond with an order being made. That is, on the order form, (which appears in rows), the visitor enters a number next to a product, and that is what is passed (along with any other products ordered) to the results page. Instead, I'm getting them all. I know what I am doing wrong but don't know what to do to be right...what is wrong is that each row has a field 'ItemID', 'Description', and 'quantity' (this is the text box). These appear on the order form and the data is dynamically displayed. I know that the problem is that each product doesn't have a unique field name. But not sure how to display all these on the order page then assign each an individual id that would be passed to the results. Does that make sense? What I mean, is that I need to display all the products on the order form, but do I/how do I only pass along those which have an order placed in the text box? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

