I have a group of radio groups, as shown below, and I'm having trouble getting the selected / checked value. I think this is because the name is an array. I renamed my id to the same to see if I can do it this way, but no luck.
<input type="radio" name="accounts[1][details][status]" value="1" id="status_1" />
<input type="radio" name="accounts[1][details][status]" value="2" id="status_1" />
thank
Billy source
share