I need to trigger a form submit event when any form value changes and all the fields in the form are filled. Everything in this works apart from the $(\'#date_filter_f
$(\'#date_filter_f
yo your from is named
date_filter_form
but you are looking for a form named
date_filter
So your validation is not going to pass