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

[HELP] Quick question about repeating sections

1511283429
Missingquery
Pro
Sheet Author
API Scripter
Is it possible to limit the number of repeating sections that can be added to a sheet? For example, if I wanted to make it so that no more than 5 repeating sections can be added, how would I do so (or would I have to delete the extra rows using Javascript?)
You would either need to create a sheetworker that deletes repeating section entries if the size if greater than 5. Or more simply, don't make it a repeating section and just number the individual fields 1-5