Hi,
I need Image Validation without Page refresh Input type text & select box it’s working fine, But image Validation Working after only form submit only.
My Coding ,
Enable validateOnSubmit true.
<?php $form=$this->beginWidget(‘CActiveForm’, array(
'id'=>'enquiry-form',
'enableAjaxValidation'=>true,
'clientOptions'=>array(
'validateOnSubmit'=>true,
),
'htmlOptions' => array('enctype' => 'multipart/form-data',
'class'=>'contact_form'
),
)); ?>
Once Image upload wrong format need to show the validation error without page refresh how to show like?
Please Anyone tell me Is it possible or not AsAp.Because Am trying to fix this issue more than 4 hours.