Home › Forums › Front-end Issues › problems with post edit/add › Reply To: problems with post edit/add
Q:Are you trying to ‘edit’ an existing post?A:both but let’s start at create…
The code from the documentation
$args = array(
'post_id' => 'new',
'field_groups' => array(109,108 )
);
acf_form( $args );
was used.
there is no form fields,no custom fields just a submit button with ‘Update’ caption.
I tested combinations of using the $args def. & acf_form($args)
php code in both the template and the page.No improovement.
(I followed the guidelines and included acf_form_head(); php code on the
template just before get_header(); and also added code to theme functions.php as in documentation.)
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.