Welcome Guest, Not a member yet? Register   Sign In
form_dropdown() with set_select()
#4

[eluser]Phunky[/eluser]
Thats all well and good, but what if you wish to default to a certain option before the form is submitted?

EDIT

Ignore me im dumb and lazy, i was thinking it would auto do it when instead we should of course do it like so


Code:
form_dropdown('dropDown', $array,($this->input->post('formElement') ? $this->input->post('formElement') : $defaultValue))


Messages In This Thread
form_dropdown() with set_select() - by El Forum - 07-11-2007, 12:56 PM
form_dropdown() with set_select() - by El Forum - 07-16-2007, 03:14 PM
form_dropdown() with set_select() - by El Forum - 07-16-2007, 03:52 PM
form_dropdown() with set_select() - by El Forum - 07-17-2007, 02:36 AM
form_dropdown() with set_select() - by El Forum - 08-06-2010, 04:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB