I have a form in which is based on a query.
Each item in a form represents a record in the query

My question is when I submit the form how do I access the value of the named 
field ?

Code example

<cfoutput query="getfilecats">
       <li>
             <input type='text' name='order+#getfilecats.id#' size='1' 
maxlength='4' value='#getfilecats.sortorder#'>

........

</cfoutput>

I submit form to mUpdate.cfm.

How do I obtain the value of the text field "order+N"  where N is the value 
of getfilecats.id

in reality the field names would be order+1, order+3, Order+10  depending on 
id of the category?

I know this can be done, but my mind is blank at the moment.




Kathy Wargo
KMW ASSOCIATES
410-280-2763

_________________________________________________________________
Get MSN 8 and help protect your children with advanced parental controls.  
http://join.msn.com/?page=features/parental

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to