• ACF Pro 5.5.2

    I’m using an array to show my fields

    <?php acf_form(array(
    'post_id' => $_REQUEST['id'],
    'form' => false,
    'field_groups' => array(2089),
    )) ?>

    as <?php the_field(‘my_field’); ?> isn’t working, even with the $post_id.
    I can’t get the accordian to work with ACF 4 or 5; nothing displays when an accordian field is added. I would love to get this working!

Viewing 1 replies (of 1 total)
  • Just to confirm, everything works as expected when there is no accordion field present in your field group? But after adding the accordion field group, the output no longer displays?

Viewing 1 replies (of 1 total)
  • The topic ‘Accordian field not working! (ACF Pro)’ is closed to new replies.