My form no longer showing on Site

  • edortiz
    Asked on July 30, 2014 at 1:14 PM

    I created a repair form which has been active and visible in my site for quite sometime and now it is not there.  I just copied the code again but still not showing.

  • Elton Support Team Lead
    Replied on July 30, 2014 at 2:55 PM

    Hi,

    That is most likely due to the security errors on the page. Your site runs on HTTPS and the embedded form is non-HTTPS, so the browser probably prevent the form from displaying since it has non-https content. To prevent security errors on your page, please use a secure form. Please retake again your embed code this time by checking the "Secure Form" or you can use the following embed code which I have modified.

    My form no longer showing on Site Image 1 Screenshot 20

    <script type="text/javascript" src="https://secure.jotform.us/jsform/41694908336161"></script>

    Hope this helps!