Jim Davis wrote: > > Okay - so I'm working on a form and I need to validate fields for many > things. Taking "email address" for example I need to validate that it's > been filled in (not zero length), that it's less than 255 characters (the > database limit), that it fits a email format and finally that the email > address isn't already in use. > > What I'd like to be able to do is check through all these validations. The > instant a problem is found I want to stop checking. I would then redisplay > the form and so forth.
I think checking all the input and then displaying all the errors at once provides a much better user experience. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

