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
Yes, if you put the repeated fields as sub fields in any type of field allows this, as long as the parent field name is unique or you are using a repeater. Also the clone field can be set up to prepend the clone field name to the cloned fields.
meta keys follow these rules
// repeaters and flex fields
"{$parent_name}_{$row_index}_{$sub_field_name}"
// group fields
"{$parent_name}_{$sub_field_name}"
// clone fields set to prefix field names
"{$clone_name}_{$cloned_field_name}"
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.