Support

Account

Home Forums Add-ons Repeater Field Get row index inside add_filter( 'acf/load_field' ) Reply To: Get row index inside add_filter( 'acf/load_field' )

  • Hi John!
    Can you help me?
    I need to implement the following idea:
    It is necessary to go through all the values of the subfield of the repeating field and find the rows index where there is a certain value. And then apply disable for all fields of this rows. The problem is that the prepare filter works in a row across the fields depending on their location, and it is not clear how to restart the filter after the first pass. Please help with this question.