Personally the #1 reason I hate CFFORM is the "one error at a time"
functionality......10 fields....all required..none filled in....form
submitted....tells user about field 1....user submits...tells user about
field 2....submits form...tells user about field 3.....and so on.....If I
were that user I'd freak right out ;-)

I've always done server-side validation even though there is an extra trip
to the server.....I inevitably have to run a query to check for duplicate
records or something else that HAS to happen server -side.....so why create
a hybrid of client/server-side when I know that 80 plus% of the time there
will be at least 1 thing per form to validate server-side....just always do
it the samw way and life is good and code is reusable ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
                                

Reply via email to