Repeater

PRO

Allows you to select and display existing fields. It does not duplicate any fields in the database, but loads and displays the selected fields at run-time. The Clone field can either replace itself with the selected fields or display the selected fields as a group of subfields.

Movie summary
Title
Release Date
Poster
Title
Release Date
Poster

Demo

NameDescriptionActive
[
  {
    "id": 1,
    "name": "Leonardo DiCaprio",
    "description": "Leonardo DiCaprio plays the role of Jack Dawson, a penniless artist who wins a trip on the RMS Titanic.",
    "active": true
  },
  {
    "id": 2,
    "name": "Kate Winslet",
    "description": "Kate Winslet portrays Rose DeWitt Bukater, a young woman from a wealthy family who falls in love with Jack.",
    "active": false
  }
]

Configuration

This is the name which will appear on the EDIT page

Single word, no spaces. Underscores and dashes allowed

Useful for fields with a large number of rows.

Set the number of rows to be displayed on a page.

Select a sub field to show when row is collapsed