Support

Account

Home Forums Front-end Issues Using acf_form to create a new post Reply To: Using acf_form to create a new post

  • @m3ndi3

    you need to add id of your title field in $post array like this.

            'post_title'  => $_POST['fields']['field_53b5105fc69e0'],  
    

    you can find the field id by checking the element in firebug.