Hi all,
I have a gravity form on my page which is using ajax for form submission. I'm also loading jQuery in my theme's footer, and because of this it's throwing the ol' 'jQuery is not defined'. Of course, this is because jQuery is being loaded after the form, but I'm wondering if there is any way to fix this without shifting the jQuery.js into the head? I'd like it to stay in the footer for optimization.
Is there a way I can somehow wrap the gform call in a document.ready function or something along those lines?