Home › Forums › Backend Issues (wp-admin) › Assigning a field in same group with result of Post Object › Reply To: Assigning a field in same group with result of Post Object
If you want to populate a field based on a selection in another field, there is nothing built into ACF that will do this.
You must add custom JavaScript to ACF and create a JS action that fires when the select field is changed. Then you must do your own AJAX request to get the associated field from the post selected and populate the other fields value using the ACF JS API.
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.