Support

Account

Home Forums Add-ons Repeater Field Repeater Loop Limited Return of Data Reply To: Repeater Loop Limited Return of Data

  • Hi @jwood01

    Could you please share your code and the JSON or XML export file of your field group? Also, could you please provide the post ID where the repeater is assigned to the get_field() function like this:

    echo "</pre>";
    var_dump( get_field('repeater_field_name', 99) );
    echo "<pre>";

    Where ’99’ is the post ID.

    Thanks 🙂