I agree Dave.
That's why I posted the question here. 
I would really appreciate any concrete solutions/options/direction from
the other experts here.  

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 05, 2008 6:36 PM
To: CF-Talk
Subject: RE: using form.fieldNames and CFLOOP to insert selected radio
but tons

> It's returning the correct values that need to be inserted into the 
> database, but it's also returning the value and name of my submit 
> button. I thought using form.fieldNames was correct but I'm not sure 
> how to return all the selected fields but not the submit? Thanks for 
> any help!

CF has no way of knowing which fields you care about, and which you
don't.
Your submit button creates a form variable, just like any other form
field.

You can avoid this by using conditional logic within your loop to
exclude the fields you don't want, or by not giving those fields names
in the first place.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta, Chicago,
Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information! 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295961
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to