Yeah, prior to 7, CFFORM used to include a call to whatever function
you specified in the form onsubmit event after it did it's validation.
Now it just calls your onsubmit event and skips the validation. One way 
to get around it is in the form onsubmit:

return CheckDefaults(this); 

function CheckDefaults(x){

//Do whatever you want
//On the last line of CheckDefaults put
return _CF_checkYYYY(x);
}

Where YYYY has to be the form name.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to