Support

Account

Home Forums Front-end Issues Allow 'save to draft' and 'publish' on front end form Reply To: Allow 'save to draft' and 'publish' on front end form

  • Your post id will not be equal to “new_post”. ACF should have already inserted the new post.

    What you need to do is check the post type that was inserted with get_post_type() and then update the post that was already inserted using wp_update_post() https://codex.wordpress.org/Function_Reference/wp_update_post