
Some of my fieldsets aren't working and I don't know why. The first item sticks, but everything else doesn't save. Here's an example of what I have: <fieldset class="repeating_wb_traits">
<table border="1px">
<tr>
<td>Name</td>
<td>Effects</td>
</tr>
<tr>
<td><input type="text" name="attr_wb_trait_name" style="width: 185px"/></td>
<td><input type="text" name="attr_wb_trait_effect" style="width: 185px"/></td>
</tr>
</table>
</fieldset> I've double checked and I can't find any spelling errors. What's wrong?