Support

Account

Home Forums Add-ons Repeater Field Nested Repeater, inside a flex content, inside a repeater. Reply To: Nested Repeater, inside a flex content, inside a repeater.

  • Hi @LetterAfterZ

    Your code above should work, so perhaps you have hit a limit and the values simply arn’t being loaded.

    Can you please debug the original repeater field like so:

    
    echo '<pre>';
    	print_r( get_field('partner_portal_tab','options') );
    echo '</pre>';
    die;
    

    Have a look at the data displayed. Is all the data correct?

    Thanks
    E