Welcome Guest, Not a member yet? Register   Sign In
Radial Button Not Updating
#3

[eluser]LuckyFella73[/eluser]
nice you fixed your problem. just a hint for repopulating
your type radio fileds:
Code:
// from the userguide:
<input type="radio" name="myradio" value="1" <?php echo set_radio('myradio', '1', TRUE); ?> />
<input type="radio" name="myradio" value="2" <?php echo set_radio('myradio', '2'); ?> />

The button getting TRUE as the 3rd param will be the selected one.
Details here (scroll down the whole page):
https://ellislab.com/codeigniter/user-gu...ation.html


Messages In This Thread
Radial Button Not Updating - by El Forum - 09-11-2014, 07:21 PM
Radial Button Not Updating - by El Forum - 09-12-2014, 03:08 AM
Radial Button Not Updating - by El Forum - 09-18-2014, 02:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB