Support

Account

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