Hi,
A form works well when i call it from admin but on the front i have this error in the console :
TypeError: jQuery.fn.form.settings is undefined
in g2.forms.js:10:3
A form works well when i call it from admin but on the front i have this error in the console :
TypeError: jQuery.fn.form.settings is undefined
in g2.forms.js:10:3
$.G2.forms.initializeForm = function (Form){
var validationRules = {};
jQuery.fn.form.settings.rules.required = function(value){
if(value){
return true;
}else{
return false;
}
};thanks
Is that your own code? If so replace the first $ with jQuery
This topic is locked and no more replies can be posted.
