Support

Account

Home Forums ACF PRO Repeater Loop returns only first sub field value Reply To: Repeater Loop returns only first sub field value

  • Hi @wesadaf

    Are you able to provide the returned data from the following code:

    
    <?php echo '<pre>';
    	print_r( get_field('clients', 'option') );
    echo '</pre>';
    ?>
    

    Can you also confirm that the repeater field settings include the correct sub field’s and re-save the field group.

    The issue sounds like ACF is having trouble loading the sub field values which is either an issue with the field’s settings, an issue with JSON file or an issue with the DB data.

    Thanks
    E