-----Original Message----- > From: Thane Sherrington [mailto:[EMAIL PROTECTED]] > 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? --------------------------
Like anything that abstracts code or markup like CFFORM, there's the pros of ease-of-use and the cons of lack of flexibility. I came to the conclusion long ago that the lack of flexibility in CFFORM not only outweighs its ease-of-use and useful widgets, it positively hinders its ease-of-use, if you're doing anything beyond basic in HTML forms. And like most auto-generated HTML, even from something as "advanced" and "standards-friendly" as CFMX, is totally invalid as XHTML. Roll your own and use qForms (pengoworks.com) if you need client-side JS validation... Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

