Support

Account

Home Forums General Issues JS prepare_for_ajax problem in acf_form Reply To: JS prepare_for_ajax problem in acf_form

  • The default $args that ACF sets and passes to your filter does not include this argument and ACF does not check for extra argument passed in the AJAX request. In your filter you need to check $_POST[‘post__not_in’], I think.