How do you implement repeating fields in Silverstripe? For example my user will enter authors for a book, but the number of authors will vary. Any way to let the CMS user add field authors as needed, maybe with a button that says "add more authors"?
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi SilverstripeNewbie,
I would suggest looking at has_many relationships and Gridfields.
The link below should give you a starting point.
https://docs.silverstripe.org/en/3.1/tutorials/dataobject_relationship_management/
This should allow you to add multiple authors to a book.
-helenclarko