Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
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.
-