Home › Forums › Backend Issues (wp-admin) › Ajax the ACF way › Reply To: Ajax the ACF way
You can only use ACF’s ajax functions if you extend ACF’s JS. And you can only get something back if you build the PHP actions that return what you want. I have some examples of doing this here https://github.com/Hube2/acf-dynamic-ajax-select-example. If you want to do ajax without extending ACF’s code then you’ll need to go with just jQuery and ignore the acf functions, but you’ll still need to build the admin actions to get something back. I would suggest starting here https://codex.wordpress.org/AJAX_in_Plugins
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.