Support

Account

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

  • Hi @eaglejohn

    The code $i++; if( $i > 6 ) { break; } should be WITHIN the while loop, not within the if statement.

    Please also note that for the $i to work correctly, it must be placed BEFORE the while loop.

    Thanks
    E