Support

Account

Home Forums Add-ons Repeater Field Inverted repeater Reply To: Inverted repeater

  • The above code worked for me with one tweak. Do not put single quotes around the $rowsarray variable.

    $rowsarray = get_field('financialreports');
    $rows = array_reverse($rowsarray);
    if($rows)