
First off - can you do formulas with repeatable fields within a repeatable section? (Man - I hope that makes sense to someone) Here is the code below (it currently isn't working). Do I have to add something to the field descriptions when adding (like repeating_pack1_...)? <fieldset name="repeating_pack1" class="repeating_pack1">
<div class="sheet-row">
<div class="sheet-col-1-11"><input type="text" name="attr_pack1_qty" /></div>
<div class="sheet-col-1-3"><input type="text" name="attr_pack1_item" /></div>
<div class="sheet-col-1-6"><input type="text" name="attr_pack1_SEU-hr" /></div>
<div class="sheet-col-1-6"><input type="text" name="attr_pack1_cost" /></div>
<div class="sheet-col-1-6"><input type="text" name="attr_pack1_mass" /></div>
<div class="sheet-col-1-16 sheet-center" style="padding-top:3px"><input type="checkbox" checked style="text-align:left;width:15px;height:15px" name="attr_pack1_on" value="1"/></div>
<input type="hidden" name="attr_pack1-SEU" value='@{pack1-SEU-hr}*@{pack1-on}">
</div>
</fieldset>