I have the following view but how do I apply set_value to it without it defaulting to Please select?
set_value
Type:
Sort of what Abid said, you'd simply use set_value() after your form validation.
form_dropdown('add_fields_type', $field_types, set_value('field_type'));