How can I use JotForm for clients to contact me on our website?

  • Penyacah
    Asked on April 30, 2019 at 11:29 AM

    I used to have jotform on the website, but it seems to have disappeared. Here is the website: https://mcknightdesigngroup.com/pages/contact.html

    Jotform Thread 1808684 Screenshot
  • David JotForm Support
    Replied on April 30, 2019 at 1:07 PM

    It looks like your page is blocking the form since your page is https and the form is using the http URL. 

    1556644021Capture Screenshot 10

    Change your embed code from:

    <script src="http://form.jotform.com/jsform/11671037233"></script>

    to

    <script src="https://form.jotform.com/jsform/11671037233"></script>

    And the form should show once again.