Home › Forums › Front-end Issues › profile_update hook and acf frontend form › Reply To: profile_update hook and acf frontend form
Add the following to the top of your function to test
die('My filter is running');
try to save the page and see if it appears. Remove the code as soon as it does.
Possible corrective actions
1) Set the priority for your action > 10
2) Make sure you followed all of the steps for using front end forms https://www.advancedcustomfields.com/resources/acf_form/
— did you include acf_form_head() before get_header()
check your theme, make sure it includes both wp_head() and wp_footer() calls
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.