Home › Forums › General Issues › Problems with the new clone field › Reply To: Problems with the new clone field
Hi @cloud9
Thanks for the q’s.
Are you able to export your field groups to .json and attach them to your reply?
This way, i can import them on my local site and test it out.
For now, I suggest testing what data is loaded by the flexible content field uysing the get_field function() like so:
<?php
echo '<pre>';
print_r( get_field('flexi_layouts') );
echo '</pre>';
die;
?>
* assuming that ‘flexi_layouts’ is your parent field.
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.