Home › Forums › Backend Issues (wp-admin) › acf/load_value/key={key} › Reply To: acf/load_value/key={key}
After a LOT of poking around, I found that ACF does not make ajax calls for non dynamic fields when adding new repeater fields.
The “acf” JavaScript object got me where I needed to be:
acf.addAction("new_field/key=field_5c3f4147608c4", function( field ) {
//mycode
});
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.