Support

Account

Home Forums ACF PRO Repeater not saving anymore using Acf Form

Helping

Repeater not saving anymore using Acf Form

  • Hi all,

    I don’t know where i did wrong, but repeater field aren’t saving/updating anymore using Acf Form method.

    My code seem fine, and it was working earlier.

    <?php acf_form(array(
    ‘id’ => $group_id,
    ‘post_title’ => true,
    ‘post_content’ => true,
    ‘uploader’ => ‘basic’,
    ‘honeypot’ => true,
    ‘post_id’ => $action_ID,
    ‘new_post’ => array(
    ‘post_type’ => $posttype,
    ‘post_status’ => ‘publish’
    ),
    ‘submit_value’ => ‘Create New’
    )); ?>

  • Ok. Apparently, i got buddyform bitching with acf form. I did desactivate buddyform, and working fine.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Repeater not saving anymore using Acf Form’ is closed to new replies.