Im using codeigniter validation class when submit forms. Also I
m using set_value() to re-populate fields on form fails. If I have
$this->form_validation->set_rules('name', 'Name', 'required')
set_value() works and field is re-populated. But what if I dont won
t the field to be required ? If I do not add $this->form_validation* re-populating is not working