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){thanks
var validationRules = {};
jQuery.fn.form.settings.rules.required = function(value){
if(value){
return true;
}else{
return false;
}
};