Support

Account

Home Forums Front-end Issues Pass new $post_id to url or… Reply To: Pass new $post_id to url or…

  • Hi @elliot,

    Yes, I’ve followed the docs to create the front end form and it works fine. I see that the function creates a new post when the post_id == ‘new’, and the WP core does that automatically if I remember, if a post ID isn’t supplied when creating a post.

    However, I’m unsure how to retrieve the post ID once ACF has created it. I know how to insert it after for the redirect URL, just not sure how to throw it into a variable to begin with.

    Thanks.