If you don't want to use CFFORM there is the custom tag <CF_ValidateForm> which does the same thing but a little bit more flexible, takes a little longer to get up and running. But its still quite basic validation.
Anyway this whole client side validation thing is just a pain, save yourself a lot of headache and only perform server side validation, I feel there is a time for JS and not. -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: 11 February 2003 13:42 To: CF-Talk Subject: RE: CFFORM vs FORM well, that makes sense for someone proficient in js :) for those of us who arent, it really is a blessing. NOTICE TO ALL WHO ARE NOT HIGHLY PROFICIENT IN JS CFMX AND CFFORM TAGS ARE OK !!!! ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -----Original Message----- From: Peter Mayer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 8:40 AM To: CF-Talk Subject: Re: CFFORM vs FORM I suggest you to use simple form tags instead of CFFORM. CFFORM blackboxes a lot of things and does not always lead to the desired results. Furthermore, in very simple forms it's overkill because it adds javascript to each call. My prefered method is it to create forms with the standard form tag and add my own custom check routines written in javascript (and of course on the action page). Best regards, Peter ------------ Orginale Nachricht Von: Thane Sherrington <[EMAIL PROTECTED]> Betreff: CFFORM vs FORM Datum/Zeit: Dienstag, 11. Februar 2003 14:23:47 > I've been reading the archives, and there seems to be a lot of people who > say one should avoid CFFORM and use FORM instead. I'm using CF5. Would it > make sense for me to abandon CFFORM? What are the pros and cons? > > T > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

