Welcome Guest, Not a member yet? Register   Sign In
Radio button
#2

[eluser]Crnaovca[/eluser]
I got it ...
That is when looking at manual too literal ...

Problem was in this line

<input id="vrsta" name="vrsta" type="radio" class="" value="Meso" <?php echo $this->form_validation->set_radio('vrsta', 'option1'); ?> />

and it should be

<input id="vrsta" name="vrsta" type="radio" class="" value="Meso" <?php echo $this->form_validation->set_radio('vrsta', 'Meso'); ?> />


Messages In This Thread
Radio button - by El Forum - 02-24-2011, 08:33 AM
Radio button - by El Forum - 02-24-2011, 08:49 AM
Radio button - by El Forum - 02-24-2011, 08:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB