Home › Forums › General Issues › Integrate ACF in a custom admin layout with dynamic content boxes › Reply To: Integrate ACF in a custom admin layout with dynamic content boxes
ACF adds fields for posts on the “add_meta_boxes” run by WP. From what you describe there would be no way to distinguish between your content boxes.
In addition to this it would alter the DOM that ACF expects and this will likely cause none of the ACF JS or CSS to work properly.
There is also the matter of using the same fields in multiple times. All fields on the page must have unique names (meta_key) for every field. If you include the same field group multiple times than all of the fields would have the same names and keys, each time it is saved it will overwrite the previous value and when done all of them would have the same value.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.