Support

Account

Home Forums Add-ons Repeater Field Get value from next row in repeater Reply To: Get value from next row in repeater

  • Not if your using a have_rows() loop to loop through the repeater.

    You can get the entire repeater field as an array value and then you can create code to look at the previous or next array element

    
    $repeater = get_field('repeater_field_name');