Hi all,
I installed today the ChronoForms_V3.1_RC5.1 component, and tried to create a form with it. Everything's fine but validation (LiveValidation I guess).
I have this error in firebug:
The lines 287-290 are:
But I got no acceptance checkbox in my form anyway. Not sure why this error pops up??
My form is attached.
Thanks for any help!
Z
I installed today the ChronoForms_V3.1_RC5.1 component, and tried to create a form with it. Everything's fine but validation (LiveValidation I guess).
I have this error in firebug:
LiveValidation::validateElement - Element to validate acceptance must be a checkbox!
http://localhost/MYSITE/components/com_chronocontact/js/livevalidation_standalone.js
Line 288
The lines 287-290 are:
if(validationFunction == Validate.Acceptance){
if(this.elementType != LiveValidation.CHECKBOX) throw new Error('LiveValidation::validateElement - Element to validate acceptance must be a checkbox!');
value = this.element.checked;
}
But I got no acceptance checkbox in my form anyway. Not sure why this error pops up??
My form is attached.
Thanks for any help!
Z