← Back to Documentation

Creating Repeater Groups

How Repeater Groups Work

A repeater group is defined by a Start marker and an End marker. Any fields placed between these two markers become repeatable as a group.

When a user clicks “Add Row” on the frontend, the entire group of fields is cloned — with proper naming, validation, and conditional logic applied to each row.

Adding a Repeater Group

  1. In the form editor, go to Advanced Fields
  2. Click Repeater Group
  3. Both a Start and End marker are added automatically
  4. Drag fields between them

The form editor shows a visual boundary (dashed blue outline) around the fields in the group.

Group Names

Each group has a unique name (e.g., passengers, line_items). Auto-generated from the field ID but editable. The name is used in:

Duplicate group names are prevented — the editor shows an error if you try to reuse a name.

Multiple Groups

Pro Feature: Multiple repeater groups per form require a Pro license. The free version supports one group per form.

Each group operates independently with its own settings, row count, and button labels.

Multi-Page Forms

Repeater groups work on multi-page forms. Place the Start and End markers on the same page — a group cannot span multiple pages.

Paired Deletion

When you delete a Start marker, its matching End marker is automatically removed.

Tips