Welcome Guest, Not a member yet? Register   Sign In
Repopulate radio buttons
#1

[eluser]caperquy[/eluser]
Before sending this question I have been through the CI user guide but I have not found any answer.
I have a form with two radio buttons defined as follows :
Code:
<ul>
  <li>
    &lt;input type="radio" name="association" value="ou" checked="checked" /&gt;
  </li>
  <li>
    &lt;input type="radio" name="association" value="et" /&gt;
  </li>
</ul>
Only one of them is checked at a time. How can I repopulate them knowing that I have no validation rule associated ?
Many thanks for the answer.
Regards


Messages In This Thread
Repopulate radio buttons - by El Forum - 08-31-2011, 08:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB