Home › Forums › Backend Issues (wp-admin) › JS API – relationship field on select callback › Reply To: JS API – relationship field on select callback
You need to create an action on the field, unfortunately I don’t know how to add an action specifically to a relationship field because of select2. To do this with a regular select field I would do something like
// field_XXXX is the field key of the field you want to target
$('[data-key="field_XXXX"] .acf-input select').on('change', function(e) {
// code to perform on change
});
NOt sure if this will help you.
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.