Repeater in collections

  • How can I use a repeater within a collection? I have a reports collection and sometimes one report may have multiple PDFs associated with it. It lets me create the collection fine, but when I try to display it on the page- all the PDFs show up at the bottom. I don't want to use related content because then they'll have to go into two places to add a report.

  • And it has all the document items, then lists all the links at the bottom.

  • I would suggest using one template to edit the content in perch (for example: edit.html) and then a different template to display it on your website (for example: display.html)


    Your repeater is now at the bottom of the page, so in a display.html you could put it somewhere else, without interfering with the editting template.