Support

Account

Home Forums Add-ons Repeater Field List All Sub Fields in a Repeater or Flex Field Reply To: List All Sub Fields in a Repeater or Flex Field

  • Hi @chriscarvache

    You can just do this:
    $repeaterfield = get_field('repeaterfieldname');
    and it will contain all the sub fields as an associative array .

    That should do it for you 🙂