PHP Codeigniter: set_value on dropdown menu

前端 未结 6 2239
温柔的废话
温柔的废话 2021-01-05 04:11

I have the following view but how do I apply set_value to it without it defaulting to Please select?

6条回答
  •  情话喂你
    2021-01-05 04:22

    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'));
    

提交回复
热议问题