I just changed that while waiting on a response thinking it might be the culprit. :) I use my own js error handling scripts but I guess it still kicked in and didn't like it. I don't think I've ever used CF's form validation stuff (yuk).
Thanks Adrian! Bob -----Original Message----- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 10:59 AM To: CF-Newbie Subject: RE: stumped by error page Are you using CF's form validation? If not, your form name of LMP_Date is tripping you up. If you name a form field with '_date' on the end CF will try to validate the data as a date. Rename it and see if it fixes it. Of course if you're using CF's validation on purpose, ignore me :OD Adrian http://www.adrianlynch.co.uk/ -----Original Message----- From: Imperial, Robert [mailto:[EMAIL PROTECTED] Sent: 14 May 2008 15:27 To: CF-Newbie Subject: stumped by error page GFI MailSecurity's HTML threat engine found HTML scripts in this email and has disabled them. Hi all, I've been working on a bunch of forms here for a couple of weeks now using cfdump to check everything being passed but all of the sudden it's not dumping the form into the usual output and I cannot figure out why for the life of me. Below is all I get now when submitting my form while testing: Form entries incomplete or invalid. * 05/14/2008 Please go back <Xjavascript:history.back()> and correct the problem. ________________________________ Any ideas? I see nothing out of the ordinary in the form field itself ...... <input type="text" name="LMP_Date" value="" /> I am stumped as to why all of the sudden it's stopped dumping it all into the usual struct format?? Bob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3632 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
