Repeater field
Repeater field allows you to add repeatable content to your posts e.g Team Members, Education, Social Networks etc.
General options
- Field name
- Field key
- Description
- Is Required
- CSS Classes
Specific options
- Row label: Set the value of field within this repeater to be used as a label for individual rows or repeater items
- Default row label: Set a static label for individual rows or repeater items, used as fallback if there’s no dynamic row label.
- Add row label: Set the label of the “Add” row button
- Minimum repeater items: Set the minimum number of repeater items the user should add
- Maximum repeater items: Set the maximum number of repeater items the user can add
Example
As an example, in the screenshot below we have added a Repeater field and named it Education. The idea is to allow the user to input their education degrees

In the repeater fields tab, we added the fields we want to be available for this repeater.
In this case we added:
- Text field for Institution name
- Text field for Degree
- Number field for Year of graduation

In the post submission form, the repeater field allows user to add items and fill the details according to the fields we made available
