Home › Forums › Add-ons › Repeater Field › Bidirectional with repeater issue › Reply To: Bidirectional with repeater issue
hello
thank you for your respond ,
i make it work with nested repeater and work fine (for now) BUT the issue that when ever i edit any People record the field that get the content from the other filed delete the value auto .
i try your code
// again, field key of top level field
add_filter('acf/prepare_field/name=related_events_people', 'my_remove_field');
function my_remove_field($field) {
return false;
}
that hide the field but still when i hit save the changes the fields delete any value was have it on database .
i bit confuse and try to make it work but i don’t know how to make it work and im not that good with PHP
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.