Support

Account

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.)