Repeater
Display repeating content dynamically, automatically.
The Repeater is a powerful tool that allows you to duplicate and display repeating patterns of content effortlessly, ideal for product lists, feature showcases, reviews, blog posts, or any content that appears in multiple similar blocks.
Instead of manually creating multiple versions of the same element, the Repeater automatically handles the layout, keeping everything consistent and easy to update. When used with data binding, the Repeater will pull in live data (e.g. products, reviews, posts) so you don’t have to manually update each item.
Adding a Repeater widget
To add a repeater to your canvas, continue with the steps below:
Open the funnel you want to edit and edit the page.
On the left panel, select the Repeater widget
Click and drag it in your layout where you want the repeated items to appear.

Designing the Template
Once you added the repeater widget, you will see an empty container box and two boxes.
The empty container will hold the template you want to repeat and the two boxes are where the copies will be shown.

To add more boxes to the container, click (+) Add new box.

Now click (+) inside each box to add the desired element.

You should now see the elements added and duplicated automatically in the repeater.
Setting Up the Data Binding
Binding the Repeater
Click the Repeater
On the left hand panel, click Data > Data Bindings
Click Products Collection
Assign the main dataset. This is (e.g., Products, Order Bumps, Reviews).
Click Save.

The parent container/section/box should not be empty because it defines the data context for everything inside.
Binding the Elements
Click an Element
Click Data > Data Binding
Bind each element to the corresponding data. In this example, we'll bind the headline element to the product name, the image to the product image and the paragraph element to the displayed price.
Data binding the headline element Data binding the image element Data binding the paragraph element
For example:
Button / Radio → Product ID
Title / Heading → Product Title or Product Name
Image → Product Image
Paragraph → Product Description
Price → Product Price
Repeat this action for each element
Styling the template's layout
Now you can focus on styling the layout adding spacing, colors, fonts, padding/margins, borders etc.
Once you're done, click Save Changes. To see it in action, click Preview. In the preview page, you will see the Repeater generating one item per product (or per dataset item), each filled with the correct data.

Last updated
Was this helpful?