Welcome Guest, Not a member yet? Register   Sign In
set_radio() pre-populate problems
#2

[eluser]Armchair Samurai[/eluser]
My guess is you need to explicitly set the boolean.

Code:
<input type="radio" name="volunteer_applied_c" value="Yes" <?php echo set_radio('volunteer_applied_c', 'Yes', ($application_data['volunteer_applied_c'] == 'Yes') ? TRUE : FALSE); ?>>Yes


Messages In This Thread
set_radio() pre-populate problems - by El Forum - 07-20-2011, 05:44 PM
set_radio() pre-populate problems - by El Forum - 07-20-2011, 07:56 PM
set_radio() pre-populate problems - by El Forum - 07-21-2011, 10:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB