Repeated entries in a blueprint?

Hi,

In a page blueprint I would like to be able to submit multiple entries of a particular type but can’t think how to do this without creating duplicate fields that would mostly go unused. Essentially what I think I want to be able to do is have a single entry field that can be filled as many times as necessary.

To illustrate, let’s say a page represents a film, i want to be able to input as many different websites that reviewed the film and what rating they gave. To do that once, I think I would use a structure (I’m pretty new to this) but how could i go about repeating that many times for a film reviewed on a number of sites or just one when the number will change each time i create a new instance?

Hope that makes some sense :slight_smile: thanks

This should be it: https://getkirby.com/docs/cheatsheet/panel-fields/structure

thanks yes that’s great!