Support

Account

Home Forums General Issues acf_form Validation in Block Reply To: acf_form Validation in Block

  • I had a feeling that it would not work in the editor.

    Have you thought about trying to use the function get_current_screen().

    This function only exists on an admin page load and does not exist during AJAX requests. Testing to see if this function exists or not could tell you if it was the page load or not.