Support

Account

Home Forums General Issues Loop Through Nested Repeater Fields Reply To: Loop Through Nested Repeater Fields

  • Sorry for the late reply, I thought I had email notifications set up for this post.

    So the loop is working, but because I’m doing have_rows('wash') it’s only looping through my ‘wash’ rows. I would like it to loop through every single repeater row, of which I have 4 (wash, tumble, iron and dry).

    I can achieve this by doing 4 while loops, but figured there might be a more elegant solution out there that uses 1 while loop and jumps through my rows.