Support

Account

Home Forums Add-ons Repeater Field Reapeater field problem with PHP 8 Reply To: Reapeater field problem with PHP 8

  • The repeater field you attached is named “not_answered_call” the code in your OP is getting a field named “call”

    
    $calls = get_field('call', $post->ID);
    

    Are you getting the correct field name in your actual code?