Getting “ReferenceError: jQuery is not defined” – don’t know why!
The following code is trying to use jQuery before the jQuery library is loaded. Hard to say exactly where it is coming from, but it seems related to your form. If that is a custom form, maybe check in your theme’s header.php? It is definitely not being enqueued properly and so I would guess it … Read more