Home › Forums › Add-ons › Repeater Field › Repeater in a repeater in a repeater › Reply To: Repeater in a repeater in a repeater
Hi @k2b8692
Your code contains a few issues. These are:
1. No if statement around initial while loop
2. incorrect use of get_field for ‘child_field’. This should be get_sub_field
3. incorrect use of the_repeater_field. This should be has_sub_field
Your code only goes 2 levels deep. You need to add a 3rd payer as per your topic title.
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.