[eluser]Unknown[/eluser]
In my view form, I have a dropdown list with values.
I want to pass the selected value of the user to the controller.
form_input() have this in the controller:
$this->input->post('name');
is there a counterpart for the form_dropdown() , wherein it can access the selected value from the view file?