It has to do with ColdFusion trying to "validate" those fields automatically. I am not sure what the list of "types" is, but CF tries to validate any form field ending in certain types, ex. "date".
....................... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com "Some people call me the space cowboy. Some people call me the gangster of love." -----Original Message----- From: Brian Dumbledore [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 5:20 PM To: CF-Talk Subject: form.fieldnames does not bring all values. Here is a weird one unless I am missing something. I have a form with lots and lots of checkboxes, three of them are sh_buy_c_date,sh_sel_c_date,sh_mkt_time all three are checkboxes. I check ALL checkboxes on the form, submit it, loop over form.fieldnames list, the above three are not in the list. However, when I do a isdefined() on each of them they exist. now, I changed the names to end as ...date1,...time1. Then they showup in form.fieldnames list. Is this a bug? What's so special about the names ending in date,time? Do the above names qualify as coldfusion reserved words? Why is coldfusion doing this? Cananyone throw some light on this? Thanks for your time ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244925 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

