Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Repeating fieldset rows is presenting in wrong order

To clarify, I have unchecked Legacy for my sheet. Problem: I have a repeating fieldsett which the players fills in awarded experience points and description on why they got them. Yesterday as one of the players added his 13th row row 13 was presented on line 12 pushing the old 12 down to the bottom. Code: <fieldset class="repeating_XPgained sheet-repeatingbox">     <input type="text" name="attr_XPgainedDesc" />     <input type="text" name="attr_XPgained" /> </fieldset> As this is nothing from what I know we can controll, if it is possible to tell the fieldset which order it is to be sorted then how? Beyond that I do think it is a bug? Or? It has worked on other sheets in the past.
1622536433
GiGs
Pro
Sheet Author
API Scripter
Is this still happening? Has anyone repeated this behaviour on another sheet?
The way I “solved it” was that I used the lists function to manually sort them.
1622582172
GiGs
Pro
Sheet Author
API Scripter
Honestly, I think that's the best way - roll20 repeating sections are a bit clunky to do this automatically.