Support

Account

Home Forums Front-end Issues ACF submit button does not create a post Reply To: ACF submit button does not create a post

  • The first thing that I see by looking at your code is where you are calling acf_form_head();

    This needs to be called before get_header();, so you’ll need to move acf_form_head(); to the template that’s calling the WP function.