i have a form that uses a drop down and im using codeigniter , form helper and form validation so when i get a validation error in my form , all the correctly entered fields
What about if the the form select content is selected from a foreach loop like this
id . ">" . $role->role_name . ""; } ?>