Skip to content Skip to sidebar Skip to footer

Uncaught Typeerror With Ajax When Processing Form

I have a simple contact form on my website that I'm hoping to send data with using AJAX/PHP. When I hit the submit button, I get the error: Uncaught TypeError: Cannot read property

Solution 1:

Your using lite version of jquery which doesn't have jQuery.ajaxPrefilter but it is required by Jquery validate. So use this cdn


Post a Comment for "Uncaught Typeerror With Ajax When Processing Form"