Support

Account

Home Forums ACF PRO Submitted images not retrieved in acf_form Reply To: Submitted images not retrieved in acf_form

  • Hi @beee

    Please keep in mind that you are not supposed to return acf_form(). If you need to return acf_form(), you need to put it in a variable first by using the output buffering feature. This page should give you more idea about it: http://php.net/manual/en/function.ob-get-contents.php.

    Could you please fix it and see how it goes?

    Thanks 🙂