In my form, i have given a confirmation message before saving.
CHtml::submitButton(‘Save’, array(‘confirm’=>‘Are you sure you want to save?’));
But the msg box cums two times… What to do?.
In my form, i have given a confirmation message before saving.
CHtml::submitButton(‘Save’, array(‘confirm’=>‘Are you sure you want to save?’));
But the msg box cums two times… What to do?.