Error in Validate Field with ACF plugin in WordPress
I did have the same issue. And I wasted enough time for the answer. At first be sure that: The ajax request isn’t failed and happens. So, check: Is acf_form_head() before get_header() and run before any html is output? Does your theme contain call to wp_head()? Does your theme contain call to wp_foot()? Are your … Read more