Support

Account

Home Forums Add-ons Repeater Field Can't get repeater in group field to return true with have_rows() Reply To: Can't get repeater in group field to return true with have_rows()

  • I just noticed I have a typo in my code. The while loop has have_rows('lists_list') where is should have said have_rows('links_list'). Even though I mistyped it here, it was correct in my code. I didn’t copy and past my code because of formatting/indentation reasons. So that is NOT the reason my repeater wasn’t working. I also tried another group with a repeater and did the same thing. Just seems like the have_rows() does not work correctly when inside a group field.