
Hey everyone, working on a custom character sheet I haven't touched in a year and trying to make it less cluttered which is unsurprisingly by cluttering up the coding of it. I've been banging my head against a wall of trying to have a repeating field in a repeating field. So something like <fieldset class=repeating_summon> Summon information here <fieldset class=repeating_summonabilities> Summon abilities here </fieldset> </fieldset> The values of the second repeating fields don't save on the live sheet. Or rather, they do, but only when I add a summonabilities field, enter a value, then click out of the field. Then suddenly, all the previous repeating values I've entered appear as separate repeating entries.The values (including the one just created) disappear on closing the character sheet, but the above can be replicated. I've looked at the code for a while and can't figure it out -- my only hypothesis on why it won't work is that you cannot have a repeating field within a repeating field without this issue. Does anyone know for sure or is there something else to consider? Here are some things I tried: Ensured all values in both fields have an attribute associated with them Ensured all lines have input type="text" or type="number" as appropriate Thank you.