Support

Account

Home Forums Add-ons Repeater Field Get "x" numbers of sub fields Reply To: Get "x" numbers of sub fields

  • Hi @poncedesigner

    I am not sure of which repeater you want the first 6 rows from. If you want the first 6 rows of the 1st repeater, place your $i BEFORE the first while statement and the $i++ INSIDE the first while statement.

    if you want the first 6 rows of each sub repeater, move the code to the relevant while statement.

    Thanks
    E