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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

