Ramon, The built-in features in CFForm are good for the majority of use cases when you are dealing with simple forms, but when you start dealing with trying to customize the javascript features, it is sometimes better to look elsewhere.
I personally use jQuery for all of my JS functionality these days and there are great form validation functionalities built in. http://docs.jquery.com/Plugins/Validation This allows the "this field required" text to be placed next to the form element when the user attempts to submit the form, instead of in one large pop-up. (try the demo on that page) hope this helps! -- Ken Auenson On Mon, Jan 26, 2009 at 4:27 PM, Ecung II,Ramon J <[email protected]>wrote: > Hey, I've got a quick question. I have a form with about 200 questions on > it with all of the questions being required. > > > > Right now if a user doesn't input any data and just hits submit, an alert > box pops up that is too large for the screen. Does anyone have any ideas > about how make this more user-friendly? > > > > Ramon Ecung, BS, ACHDS, MCP > > Support Services Analyst - Web Application Developer > > Division of Cancer Medicine - FC10.2005 > > 713-794-4273 | [email protected] | Unit 421 > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to [email protected] For more options, visit http://groups.google.com/group/houcfug?hl=en -~----------~----~----~----~------~----~------~--~---
