Support

Account

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

  • Hi John, again thanks for your help so far. Editing the 2 $previous_row_value and $next_row_value to have $prevIndex and $nextIndex still gives me a error of

    Undefined offset: -1 for $previous_row_value = $blocks[$prevIndex-1]['fb_title']; for the first row

    and

    Undefined offset: 5 for $next_row_value = $blocks[$nextIndex+1]['fb_title']; on the last row

    I’ve also noticed its now pulling in the 2nd row previous title now and not the previous row.