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.