Welcome Guest, Not a member yet? Register   Sign In
Prefilling my select menu and Radio button
#9

[eluser]harpster[/eluser]
Not sure if this helps but this is what I do and the radios stick...


Code:
<?php echo form_radio("gender", "Male", (set_value("gender") == "Male") ); ?> Male  
<?php echo form_radio("gender", "Female", (set_value("gender") == "Female") ); ?> Female <?php echo form_error('gender'); ?>

with this validation rule in the controller

Code:
$this->form_validation->set_rules('gender', 'Gender', 'required');


Messages In This Thread
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 05:39 AM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 06:49 AM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 10:35 AM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 10:59 AM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 11:34 AM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 11:44 AM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 12:06 PM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 01:11 PM
Prefilling my select menu and Radio button - by El Forum - 02-25-2011, 01:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB