Hi All,
First of all Happy New Year
I have a form, and one of the fields is populated via an Ajax call.
When I use:
<?php echo CHtml::resetButton('Reset');?>
it resets every field except the one populated via the Ajax call…
How can I fix this?