>Long time ago, I found form field suffix with _date >would be ignored/unrecognized by CF5.0 either using >regular FORM submit or CFFORM submit. I may be caused >by the CFFORM's date type validation and unwittingly >extended to FORM as well. >I let it slip for guessing other people would come >cross it as well and report it, then, Macromedia would >issue a patch to fix it. So far, I'ven't heard of >such a patch. > >No workaround, some database column ends with _date, >e.g. OrderEntry_Date, which is totally normal and >common, and one is not supposed to change a given >database's structure, some one argues that a column >name should not contain "_" (underscore), I think >that's nonsense, it does not break any normalization >rules. > >Folks, correct me, if I'm wrong.
Don, This isn't a CF-specific issue. _date is part of the HTML spec for validating form entries that are supposed to be dates, just like _required. Try renaming your form field to _dt or something. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

