Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8783993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:58:11+00:00 2026-06-13T20:58:11+00:00

I am using the Gravity Forms plugin on my WordPress site. I am serving

  • 0

I am using the Gravity Forms plugin on my WordPress site. I am serving the page over HTTPS and this is breaking the form.

It looks like the issue is how the site is trying to load jQuery. There are 23 JavaScript 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:

enter image description here

And this screenshot is the reference in the page source:

enter image description here

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, or my SSL certificate?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:58:14+00:00Added an answer on June 13, 2026 at 8:58 pm

    The code.jquery.com domain doesn’t support https. You need to load jQuery either from your own domain or from the Google or Microsoft CDNs instead.

    To load jQuery from your own domain over https, simply do this:

    <?php wp_enqueue_script('jquery'); ?>

    To load it from Google’s CDN over https, do this:

    <?php 
    function jquery_cdn() {
       wp_deregister_script('jquery');
       wp_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js', false, null);
       wp_enqueue_script('jquery');
    }
    
    add_action('wp_enqueue_scripts', 'jquery_cdn');
    

    Omitting the ‘https’ in the above sample is deliberate; it ensures that jQuery will be loaded over the same protocol as your site, be it HTTP or HTTPS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a gravity form on my site that looks like this: Activities: [checkbox]
I'm using Gravity Forms in Wordpress to create a submission form for a client.
I have a WordPress site that I am using a gravity form. I would
I am making a test landing page and using a Gravity Form for the
I'm using Gravity Forms product fields to create an order form type system. I'm
I am using gravity forms and contact form 7 and I dont know why
Gravity forms allows for basic field calculations using merge tags, such as {Field 1:1}
I'm using this plugin for displaying tooltips Looking at this fiddle - http://jsfiddle.net/CmmUC/1/ You'll
I'm currently using setGravity(Gravity.CENTER_VERTICAL) and this works well when the TextView is tall enough.
I have a problem with Map objects, while using Gravity. All messages works ok,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.