Gravity Forms not loading under https, jQuery is not defined
- by cmykrgbb
I am using Gravity Forms on my Wordpress site, and so far so good. The problem is I have made the page secure (https/SSL), and this is making the form not to work.
It looks like the issue is how the site is trying to load jQuery. There are 23 JS errors on the page, which seem to be due to a failed jQuery load "Uncaught ReferenceError: jQuery is not defined".
If I go to the page where the source is trying to pull the jQuery file, you'll see the error:https://code.jquery.com/jquery-1.7.1.min.js?ver=3.4.2
Screenshot of the error: https://www.evernote.com/shard/s212/sh/326f95d6-a498-4c33-b413-7e968225cc79/c2e380ed0fa02a913f712005c8301185
And this screenshot is the reference in the page source:
https://www.evernote.com/shard/s212/sh/ae547962-c017-4321-90a2-c51433e59262/124ae116f2b803771f4eb36c90b5a524
So I have been told I'd want to look into that - that's where the ultimate issue is, but I don't really know what to do next.
Is it failing because of Gravity Forms, the HTTPS plugin from Wordpress, my SSL certificate...?
Thanks in advance!