Once https is in use, the imbedded form doesn't work

  • lancemartin
    Asked on August 28, 2017 at 3:05 AM

    We just implemented https on this site below, and the form that is imbedded fails to show. 

     

    If you remove the https, the form shows. I've put a screen shot of how it is imbedded within the wordpress site

     

    Any clues?

     

     

  • liyam
    Replied on August 28, 2017 at 3:53 AM

    I checked your page and noticed that the script you have in embedding your from to your page uses HTTP only:

    <script type="text/javascript" src="http://www.jotform.com/jsform/72388752473871?redirect=1"></script>

    To fix this, please change the src value by switching it to https as well:

    <script type="text/javascript" src="https://www.jotform.com/jsform/72388752473871?redirect=1"></script>

    If you have questions or clarifications, please let us know.

  • lancemartin
    Replied on August 28, 2017 at 4:30 AM

    Thanks Liyam.. the form is imbedded like this in wordpress . [jotform id="72388752473871"]

     

    I can also see it is 

    <p class="p1"><script type="text/javascript" src="http://www.jotform.com/jsform/72388752473871?redirect=1"></script></p>

    within the page.

     

    how should we make it call the https version using the wordpress imbed code from above?

  • Chriistian Jotform Support
    Replied on August 28, 2017 at 4:50 AM

    You can also use the oEmbed plugin:  https://wordpress.org/plugins/jotform-oembed/. In this way, you can paste the URL of the form with the https.

    Or you may also try other Wordpress embed methods as described in this guide: A Guide to Embed Forms for WordPress Users.

    Let us know if you need further assistance.