Home › Forums › ACF PRO › problem to configure advanced custom field › Reply To: problem to configure advanced custom field
No, I was talking about your options for calling acf_form(). Yours are wrong.
$options = array(
'post_id' => 'new',
'field_groups' => array(
4
),
'post_title' => true,
'new_post' => array(
'post_type' => 'recette',
'post_status' => 'draft',
),
'updated_message' => __("Recette publiée", 'acf'),
'submit_value' => 'Postez votre recette'
);
acf_form($options);
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.