Current status: Solved. . Done
acf_form() uses global post_id instead of argument
  • The issue is in regards to a file upload field, which opens a thick box pointing to media-upload.php. The problem is that the popup passes a post_id get argument, which is not the same as the post_id passed to the acf_form() function, rather the global acf.post_id variable is used. The file field may properly hold a reference to the file, yet the attachment itself is stored as a child entry to a different post.
  • Hi @magadanski_uchen

    Thanks for the bug report. I'll fix this in the next version

    Cheers
    Elliot