Contact Form error

I am getting this error in firebug in my contact form


$("#contact-form").yiiactiveform is not a function

Looks like jquery.yiiactiveform.js is not included in your page… check the source of the generate page…

no it is included through


/assets/1f22491e/jquery.yiiactiveform.js

Is it possible that jquery itself is not included?

I have jquery.js included

Could be some error in any JS code on the page… to check this you need to activate firebug and run your page… if there is any error firebug will display it…