
So I can guess what the problem is with this one but I would like the opinion of a professional on this one. I'm putting the field set on the heavy weapons table cause you can have up to 4 and I don't want to do that. When I did all the numbers disappeared and wouldn't add up with the dice roll. I'll show you the whole code if you wanted to take a look. <div class="sheet-2colrow">
<div class="sheet-col">
<!--Pilot Abilities-->
<h3>Pilot Abilities</h3>
<table>
<td>Situational Awareness</td>
<td><input type="number" name="attr_sa"/><button type="roll" value="/roll 1d6 + @{sa}"></button></td>
<td>Body+Mind+Spirt</td>
</table>
<!--Skills-->
<table border="1px">
<thead>
<th>Skill</th>
<th>Level</th>
<th>XP</th>
</thead>
<tbody>
<tr>
<td>Piloting</td>
<td><input type="number" name="attr_piloting"/></td>
<td><input type="number" name="attr_piloting_xp"/></td>
<td><button type="roll" value="/roll 1d6 + @{sa} + @{piloting} + @{wb_performance}"></button></td>
<td><button type="roll" value="/roll 1d6 + @{sa} + @{piloting}">Ambush</button></td>
</tr>
<tr>
<td>Strafing</td>
<td><input type="number" name="attr_strafing"/></td>
<td><input type="number" name="attr_strafing_xp"></td>
</tr>
<tr>
<td>Gunnery</td>
<td><input type="number" name="attr_gunnery"/></td>
<td><input type="number" name="attr_gunnery_xp"/></td>
</tr>
<tr>
<td>Ordinance</td>
<td><input type="number" name="attr_ordinance"/></td>
<td><input type="number" name="attr_ordinance_xp"/></td>
</tr>
</tbody>
</table>
<!--Fighter Stats-->
<h3>Fighter Stats</h3>
<table border="1px">
<tr>
<td>Performance</td>
<td><input type="number" name="attr_wb_performance"/></td>
</tr>
<tr>
<td>Armor</td>
<td><input type="number" name="attr_wb_armor"/></td>
</tr>
<tr>
<td>Structure</td>
<td><input type="number" name="attr_wb_structure"/></td>
</tr>
</table>
<!--Primary Weapon-->
<h3>Primary Armaments</h3>
<table border="1px">
<thead>
<tr>
<th colspan="7">Type: <input type="text" name="attr_pweapon_name"/></th>
</tr>
<tr>
<th>Accuracy:</th>
<th>Trait Mods:</th>
<th>Other Mods:</th>
<th>Total:</th>
<th>Damage:</th>
<th>AP:</th>
<th>Ammo:</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="number" name="attr_pweapon_accuracy"/></td>
<td><input type="number" name="attr_pweapon_trait_mods"/></td>
<td><input type="number" name="attr_pweapon_mods"/></td>
<td><button type="roll" value="/roll 1d6 + @{gunnery_total}"><input type="number" value="@{sa} + @{gunnery} + @{pweapon_accuracy} + @{pweapon_trait_mods} + @{pweapon_mods} + @{structure_mod}" name="attr_gunnery_total" disabled="true"/></button></td>
<td>Lead+<input type="number" name="attr_pweapon_damage"/></td>
<td><input type="number" name="attr_pweapon_ap"/></td>
<td><input type="number" name="attr_pweapon_ammo"/></td>
</tr>
<tr>
<td colspan="7"><input type="text" value="Specal Notes" name="attr_pweapon_notes" style="width: 400px"/></td>
</tr>
</tbody>
</table>
<!--Heavy weapons-->
<h3>Heavy Weapons</h3>
<fieldset class="repeating_heavy_weapon">
<table border="1px">
<thead>
<tr>
<th colspan="7">Type:<input type="text" name="attr_hweapon_name"/></th>
</tr>
<tr>
<th>Accuracy:</th>
<th>Trait Mods:</th>
<th>Other Mods:</th>
<th>Total</th>
<th>Damage:</th>
<th>AP:</th>
<th>Ammo:</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="number" name="attr_hweapon_accuracy"/></td>
<td><input type="number" name="attr_hweapon_trait_mods"/></td>
<td><input type="number" name="attr_hweapon_mods"/></td>
<td><button type="roll" value="/roll 1d6 + @{ordinance_total}"><input type="number" value="@{sa} + @{ordinance} + @{hweapon_accuracy} + @{hweapon_trait_mods} + @{hweapon_mods} + @{structure_mod}" name="attr_ordinance_total" disabled="true"/></button></td>
<td>Lead+<input type="number" name="attr_hweapon_damage"/></td>
<td><input type="number" name="attr_hweapon_ap"/></td>
<td><input type="number" name="attr_hweapon_ammo"/></td>
</tr>
<tr>
<td colspan="7"><input type="text" value="Specal Notes" name="attr_hweapon_notes" style="width: 400px"/></td>
</tr>
</tbody>
</table>
</fieldset>
</div>
<div class="sheet-col">
<!--Start of Column 2-->
<!--Total Ratings-->
<h3>Total Ratings for Dogfighting and Strafing</h3>
<table border="1px">
<thead>
<th></th>
<th>SA</th>
<th>+Skill</th>
<th>+Perfor- mance</th>
<th>+Trait Mods</th>
<th>+Other Mods</th>
<th>=Total</th>
</thead>
<tbody>
<tr>
<td>Dogfighting</td>
<td><input type="number" value="@{sa}" name="attr_wb_df_sa" disabled="true"/></td>
<td><input type="number" value="@{piloting}" name="attr_wb_df_piloting"disabled="true"/></td>
<td><input type="number" value="@{wb_performance}" name="attr_wb_df_performance" disabled="true"/></td>
<td><input type="number" name="attr_wb_df_trait_mod"/></td>
<td><input type="number" name="attr_wb_df_other_mods"/></td>
<td><button type="roll" value="/roll 1d6 + @{wb_df_total}"><input type="number" value="@{sa} + @{piloting} + @{wb_performance} + @{wb_df_trait_mod} + @{wb_df_other_mods} + @{structure_mod}" name="attr_wb_df_total" disabled="true"/></button></td>
</tr>
<tr>
<td>Strafing</td>
<td><input type="number" value="@{sa}" name="attr_wb_strf_sa" disabled="true"/></td>
<td><input type="number" value="@{strafing}" name="attr_wb_strf_strafing" disabled="true"/></td>
<td><input type="number" value="@{wb_performance}" name="attr_wb_strf_performance" disabled="true"/></td>
<td><input type="number" name="attr_wb_strf_trait_mod"/></td>
<td><input type="number" name="attr_wb_strf_other_mods"/></td>
<td><button type="roll" value="/roll 1d6 + @{wb_strf_total}"><input type="number" value="@{sa} + @{strafing} + @{wb_performance} + @{wb_strf_trait_mod} + @{wb_strf_other_mods} + @{structure_mod}" name="attr_wb_strf_total" disabled="true"/></button></td>
</tr>
</tbody>
</table>
<!--Defence Stats-->
<h3>Defence</h3>
<h4>Break</h4>
<table border="1px">
<thead>
<th>SA</th>
<th>+Piloting</th>
<th>+Performance</th>
<th>=Total</th>
</thead>
<tbody>
<tr>
<td><input type="number" value="@{sa}" name="attr_wb_break_sa" disabled="true"/></td>
<td><input type="number" value="@{piloting}" name="attr_wb_break_piloting" disabled="true"/></td>
<td><input type="number" value="@{wb_performance}" name="attr_wb_break_performance" disabled="true"/></td>
<td><input type="number" value="@{sa} + @{piloting} + @{wb_performance} + @{structure_mod}" name="attr_break_total" disabled="true"/></td>
</tr>
</tbody>
</table>
<h4>Stunt</h4>
<table border="1px">
<thead>
<th>SA</th>
<th>+Piloting</th>
<th>+Traits</th>
<th>=Total</th>
</thead>
<tbody>
<td><input type="number" value="@{sa}"name="attr_wb_stunt_sa" disabled="true"/></td>
<td><input type="number" value="@{piloting}" name="attr_wb_stunt_piloting" disabled="true"/></td>
<td><input type="number" name="attr_wb_stunt_trait"/></td>
<td><button type="roll" value="/roll 1d6 + @{stunt_total}"><input type="number" value="@{sa} + @{piloting} + @{wb_stunt_trait} + @{structure_mod}" name="attr_stunt_total" disabled="true"/></button></td>
</tbody>
</table>
<h4>Shoot</h4>
<table border="1px">
<td>Break -2</td>
<td><input type="number" value="@{break_total} - 2" name="attr_shoot_total" disabled="true"/></td>
</table>
<h4>Escape</h4>
<table border="1px">
<td>Break +2</td>
<td><input type="number" value="@{break_total} + 2" name="attr_escape_total" disabled="true"/></td>
</table>
<h3>Structure Track</h3>
<table border="1px">
<tr>
<td colspan="2">Structure Mod -------------------></td>
<td colspan="2"><input type="radio" value="0" checked="true" name="attr_structure_mod">0</td>
<td colspan="2"><input type="radio" value="-1" name="attr_structure_mod">-1</td>
<td colspan="2"><input type="radio" value="-2" name="attr_structure_mod">-2</td>
<td colspan="2"><input type="radio" value="-3" name="attr_structure_mod">-3</td>
</tr>
<tr>
<td><input type="number" name="attr_s1" style="width: 36px"/></td>
<td><input type="number" name="attr_s2" style="width: 36px"/></td>
<td><input type="number" name="attr_s3" style="width: 36px"/></td>
<td><input type="number" name="attr_s4" style="width: 36px"/></td>
<td><input type="number" name="attr_s5" style="width: 36px"/></td>
<td><input type="number" name="attr_s6" style="width: 36px"/></td>
<td><input type="number" name="attr_s7" style="width: 36px"/></td>
<td><input type="number" name="attr_s8" style="width: 36px"/></td>
<td><input type="number" name="attr_s9" style="width: 36px"/></td>
<td><input type="number" name="attr_s0" style="width: 36px"/></td>
</tr>
<tr>
<td><input type="checkbox" name="attr_s0a"/></td>
<td><input type="checkbox" name="attr_s-1a"/></td>
<td><input type="checkbox" name="attr_s-1b"/></td>
<td><input type="checkbox" name="attr_s-2a"/></td>
<td><input type="checkbox" name="attr_s-2b"/></td>
<td><input type="checkbox" name="attr_s-3a"/></td>
<td><input type="checkbox" name="attr_s-3b"/></td>
<td><input type="checkbox" name="attr_s-3c"/></td>
<td><input type="checkbox" name="attr_s-3d"/></td>
<td><input type="checkbox" name="attr_s-3e"/></td>
</tr>
<tr>
<td><input type="checkbox" name="attr_s0aa"/></td>
<td><input type="checkbox" name="attr_s-1aa"/></td>
<td><input type="checkbox" name="attr_s-1ab"/></td>
<td><input type="checkbox" name="attr_s-2aa"/></td>
<td><input type="checkbox" name="attr_s-2ab"/></td>
<td><input type="checkbox" name="attr_s-3aa"/></td>
<td><input type="checkbox" name="attr_s-3ab"/></td>
<td><input type="checkbox" name="attr_s-3ac"/></td>
<td><input type="checkbox" name="attr_s-3ad"/></td>
<td><input type="checkbox" name="attr_s-3ae"/></td>
</tr>
</table>
</div>
</div>