ACF Nested Repeaters is a fascinating feature. However, embedding numerous repeaters within a parent repeater block may be hard to implement on the frontend, as you need to write tons of PHP code.
But don’t worry; we have a complete code-free solution in this tutorial with the help of our plugin Anywhere Elementor Pro. To give you a better understanding of how nested repeaters work, we will be recreating the below demo of Hosting Price table.
This is inspired by the pricing page structure of Cloudways hosting. The first level of repeater field is to add hosting platforms, like Digital Ocean, Linode, or Vultr. Within each platform, there are multiple monthly plans which are managed by the second-level repeater field. And then there is a third level of repeater field to manage features of each plan.

So, let’s see the setup.
Table of Contents
Key Takeaways
- Learn how to create multi-level ACF Nested Repeater fields to manage complex data structures like pricing tables or product configurations.
- Explore the power of Anywhere Elementor Pro in displaying repeater fields beautifully without writing PHP code.
- Discover a fully visual, no-code workflow to build and style templates for each repeater level.
- Save time and reduce complexity by skipping custom code while still building dynamic and flexible frontend layouts.
ACF Nested Repeaters Setup
- Start by giving the field group a name and a location, like a post or a page.

Please check our detailed article on ACF Repeater Field Complete Guide.
2. Then add a custom field named Platform and make it a repeater field type.

3. Now, we need to add sub-fields to this Repeater block; for this demo, I have created two sub-fields. Title and Plans. Where Plan is also a Repeater field. The first level of nested Platform -> Plans.

4. Now add subfields inside the Plan Repeater field. I have added three subfields in this: Price, Configuration, and Features. Both the fields Configuration and Features are of Repeater type. So, here comes the second level of nested Plans-> Configuration-Features.

5. Add some subfields to the Configuration repeater.

Then, add some subfields to the Features repeater.

6. Once done, save the changes.
Till now, we have completed our ACF Nested Repeater Field setup; next, you need to populate these fields onto a page or post just like we do for the rest of our Custom Fields.

Design Templates for Each Repeater Block
After setting up the repeaters, our next step is to design the templates for each repeater block that we have created – Features, Configuration, Plans, and Platform.
For creating the templates, we will be using Anywhere Elementor Pro. We will start with the innermost block – Features and Configuration, and then move to Plans and Platform.
Now, let’s start with creating a template for the Features and Configuration block.
Build Layout for Features & Configuration Repeaters
1. Create a new AE Template, and then under the AnyWhere Elementor settings, do the following configurations.

- Render Mode: Select ACF Blocks option when designing the layout for the Repeater field or Flexible field
- Field Location: Select Post as location.
- Field Type: Select the Repeater option.
- Preview Post: Here, you need to select the posts to which you have applied the field group.
- Field: Select the Features.
Note: You need to follow the same settings for creating the block layout for the Configuration repeater block. Just in the Repeater field, select Configuration in place of features
2. Next, edit the template in the Elementor editor.
3. Under the Elementor editor, use the AE–ACF Fields widget and configure it.

Build Layout for the Plan Repeater
The Plan repeater block acts as a container for the sub repeaters(features, Configurations). So, while designing its template, we will have to display data from sub repeaters also.

In Elementor
1. First, add ACF Fields to display the data from the Price field.

2. Then, to display data from the sub repeater field, we’ll use the AE- ACF Repeater widget.

3. Configure the widget:
- In Skin, choose the display style like Accordion, Tab, or default.
- Next, select the block layout created for the Configuration block.
- Select configuration in the Repeater field option
- You will see data from the nested repeater field Configuration is displayed.
4. Similarly, we need to add one for the ACF Repeater widget to display the data from the Features Repeater. Configure the widget the same way we did in the above step.

Build Layout for Platform Repeater field
1. Create a new AE Template.

2. In Elementor, Add the AE – ACF Repeater widget and configure it. In Block layout, select the one we just created for the Plans repeater field. And in the Repeater field name choose Plans.

Here is the final look of the layout, containing all the nested repeaters.

How to Display Nested Repeater Fields on the Frontend
Now, we will be using the above-created templates to display the repeater field content on the page.
- Edit the page in Elementor Editor, where you have populated the custom field meta details and drag and drop the AE – ACF Repeater widget onto a section.

- In Skin, choose Tab or accordion.
- Next, select the Repeater block layout created for the Platform field.
- Choose Repeater field – Platform.
- In the Tab title, enter the custom field slug you want to display inside the tabs. This title appears inside the Tabs (in blue).
- Then, set the layout and alignment styles.
And that is it; you are done. Have a look at the final output.

Final Thoughts: Display ACF Nested Repeaters Without Code
As demonstrated in this tutorial, displaying the nesting repeater data on the Elementor frontend is a breeze. When we say Nested Repeater, people start thinking of the amount of code required for front-end implementation, but we have achieved this without writing a single line of code. So, make as many nested repeaters as you want and have total control over their templates designed according to your needs and creativity.
Check Out the Nested Repeaters Demo…
FAQs on ACF Nested Repeater Fields
What are ACF Nested Repeater Fields?
ACF Nested Repeater Fields allow you to add repeater fields within other repeater fields, enabling you to create multi-level structured content like pricing tables or feature lists.
Can I display nested repeater fields without writing code?
Yes! Using the Anywhere Elementor Pro plugin, you can visually design templates for each level of repeater fields and display them on the frontend without writing a single line of code.
How many levels of nested repeaters can I manage with AE Pro?
You can create and display multiple levels of nested repeaters easily by building individual templates for each level.
What is the difference between ACF Repeater and Nested Repeater?
The ACF Repeater allows repeating a single group of fields, while Nested Repeater involves adding a repeater field within another repeater field to create multi-layered data structures.
What plugins do I need to use ACF Nested Repeaters with Elementor?
You’ll need the ACF Pro plugin (for repeater fields) and Anywhere Elementor Pro to visually display nested repeater data in Elementor.