Home › Forums › Add-ons › Repeater Field › First row skipped when two on same page. › Reply To: First row skipped when two on same page.
Hi @idesign123
This reason for this is because the repeater field is not being ‘cleared’ because you are using ‘break’ to end the loop early. Then when you loop through the repeater field again, it continues from where it is up to. Does this make sense?
To fix the issue, you will need to either not use has_sub_field and instead, use a simple foreach loop (please see repeater field docs for this)
or, you can not use break, but wrap your sub field code within an if statement to only work when $i<0
Hope that helps.
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.