Support

Account

Home Forums Add-ons Repeater Field Problem occurs when output as tabs for nested repeater field Reply To: Problem occurs when output as tabs for nested repeater field

  • Hi James,

    reset_rows() was added because it was the solution provided for such scenario( when there is a need for more than one while loop of the same repeater field) but it doesn’t work for me as I have pointed out. The only difference is I have a repeater of flexible content which also has a repeater field.

    I managed to solve the problem using good ol’foreach loop to suit my need, just thought that there will be a better way( or good practice) to use reset_rows()