> I need an easy way for form validation in my cf application. I know the > requirment option in cfform but I need one that writes beside the form not > as a popup. Is there any easy way. I have seen some in AJAX but couldn't > find any IDE for that.
You could give this one a try: http://www.massimocorner.com/validator/ You can display the error messages the way you see fit, for example: http://www.massimocorner.com/validator/samples/custom_error.htm http://www.massimocorner.com/validator/samples/custom_error_label.htm There is no IDE (not yet), but the syntax is all based on custom HTML attributes: http://www.massimocorner.com/validator/reference/index.htm ---------------------------- Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254971 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

