Custom Advanced Search Form Not working

Hi every one.

Thanks in advance for reading.

I made some changes to the _search form because I do not want to include some fields, so i just remove them from the form. And now the button is not working.

I don’t know if I have to change other things (controller, module, etc). I’m a newbie with Yii so, please guide me where to look.

I have made some research and compare the search with other forms and there is no major changes, just remove the undesirable items. Watching with the Google Chrome’s tools I could see the search button does nothing. In other search forms the “action” is called, but in mine does not.

Thanks again.

Check your corresponding admin.php for any change you may have made.

Verify this line:




<?php echo CHtml::link('Advanced Search','#',array('class'=>'search-button')); ?>


<div class="search-form" style="display:none">


<?php $this->renderPartial('_search',array(


	'model'=>$model,


)); ?>

</div><!-- search-form -->