Forums

validation not work

postmanj 06 Aug, 2009
All form validation not work anymore after RC5.2, I already disable the mootools and validation of ccform.

here is one of the example <input type="text" onchange="qty_check(this, 1, 10)">
other include onblur, onclick..

#javascript
function validateAndSubmit(theform) {
if (qty_check(theform.quantity, 1, 10)) {
return true
}
else {
alert("error")
return false
}
}


I'm staying with RC5.2, any solution?
Max_admin 07 Aug, 2009
disable "Load Chronoforms files" in the general tab and see if this fixes it ?

Regards
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.