Home › Forums › Front-end Issues › Ajax font-end save stopped working? › Reply To: Ajax font-end save stopped working?
It was working before and now it’s not working I would look for a PHP error happening during the AJAX request that is causing it to fail. Have you updated anything lately? It could be a change in something else causing the issue.
Turn on error logging and see if there are any errors in the log.
Are you getting any response from the server? try adding a complete section to your request and see if anything is returned
......
complete: function(data) {
console.log(data);
}
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.