Support

Account

Home Forums Front-end Issues Post Doesn't Publish From Front End. Checked many times. Reply To: Post Doesn't Publish From Front End. Checked many times.

  • Refering to ACF doc (http://www.advancedcustomfields.com/resources/acf_form/), your post_id value should be set to new_post :

    <?php $acf = array(
    	'post_id' => 'new_post',
    	'field_groups' => array(20),
    	'submit_value' => 'Submit'
    ); ?>