
Ok this should be really simple.
I have an attribute
<input type="hidden" name="attr_target_form_selection" /> <input type="hidden" name="attr_target_location_selection" />
That I want to show up in a repeating section
<fieldset class="repeating_ranged"> <div class="sheet-cell sheet-col4"> <span name="attr_target_form_selection"></span> </div> <div class="sheet-cell sheet-col4"> <span name="attr_target_location_selection"></span> </div>.....
Of course it's not showing up so what am I doing wrong?