Change Cliente Validation In Cactiveform

Hi, everyone.

Im trying to integrate an admin template from themeforest into a new app with YII.

Template got bootstrap 3 and anothers jquery plugins.

By the way it seems that everything is right, at least from design, integration has worked fine.

But some plugins seems they dont work.

Most important for me is plugin from jQuery Validation Plugin 1.11.1, overall because its really nice and informative.

I assume that problem is that CActiveForm got is own client-side validation system, so id like to know if i can change client-side validation for using my jquery plugin with CActiveForm or should i work with a normal form.

Thanks in advance.

Any idea?

You can turn CActiveForm’s client validation off and then use your own plugin.