William Seiter wrote: > in your cfinput/cfselect/cf[formtagname] > add this parameter: onValidate
William, I understand how to use validation in cffroms. The problem is that I need to have multiple forms on a single page, and each form wants to generate its' own block of javascript - so if you open up the page with the multiple forms in the browser, and do view the source, you'll see the "_CF_checkform1(_CF_this)" function repeated in the source for each form on the page. I'm trying to find a way around this and have all forms look at a single js source, without generating multiple copies on the same page 9which ultimately causes validation to fail...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312458 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

