Thank you Patti and Randell. Sometimes the most obvious things escape us. I fixed the 
'submit' button and that made it work. However, I am still having the problem with 
passing the data and posting it. On the action page, I reference the ordered items as 
follows:

<tr> <cfoutput>
                <td width="106"><font size="1" face="Verdana, Arial, Helvetica, 
sans-serif">#form.orderedID#</font></td>
                <td width="246"><font size="1" face="Verdana, Arial, Helvetica, 
sans-serif">#form.ordereddesc#</font></td>
                <td width="107"><font size="1" face="Verdana, Arial, Helvetica, 
sans-serif"><strong>#form.quantity#</strong></font></td>
              </tr></cfoutput>

Nothing appears on the page, though, and when I view the page source, it is showing 
every single product! Not just the ones for which an order was placed in the quantity 
field. Shouldn't it only show the ones where quantity had a value?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to