Support

Account

Home Forums Front-end Issues Front-end form with file / gallery uploaders Reply To: Front-end form with file / gallery uploaders

  • Glad you worked it out Jaace. On the site I built with a mass of front-end files I simply had two headers and footers. I used get_header and get_footer for all the normal pages, and set up two new duplicates but with lots of amended scripts for acf_form, called dash-head and dash-foot. Then I use call these like get_template_part(‘dash-head’) instead of get_footer().