Home › Forums › Backend Issues (wp-admin) › conditional logic for relationship field › Reply To: conditional logic for relationship field
HI @boriskamp1991,
Thanks for the post.
In this kind of implementation I would recommend you make use of the show_field action but you will need to call this action independently for each field type that you want to show.
This should be done like so:
acf.add_action('show_field', function( $field, context )
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.