Welcome Guest, Not a member yet? Register   Sign In
Repopulate a Dropdown
#5

[eluser]danmontgomery[/eluser]
[quote author="digitaldivaradio" date="1276032699"]I understand that, I know I can set the select value. I want it to repopulate if the form fails with the user's selection. not mine.[/quote]

So you would pass the submitted values to the view, and use the 3rd parameter of form_dropdown()

Code:
echo form_dropdown('occupation',$occupation,$this->input->post('occupation'));


Messages In This Thread
Repopulate a Dropdown - by El Forum - 06-08-2010, 08:54 AM
Repopulate a Dropdown - by El Forum - 06-08-2010, 10:17 AM
Repopulate a Dropdown - by El Forum - 06-08-2010, 10:31 AM
Repopulate a Dropdown - by El Forum - 06-08-2010, 10:48 AM
Repopulate a Dropdown - by El Forum - 06-08-2010, 11:39 AM
Repopulate a Dropdown - by El Forum - 02-08-2011, 07:47 PM
Repopulate a Dropdown - by El Forum - 06-20-2011, 04:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB