forms not showing up on other computers, PC and MAC based

  • mightytitans
    Asked on March 11, 2014 at 6:05 PM

    For some reason the forms will show up on my computer and Im using safari and it works on my iphone. but my co-workers that are on a PC and Mac cannot see the forms. Whats up with this? our site is MightyTitanAdventures.com we have forms under our Parties tab and when you hit book now the  form doesn't show under the calendar. There are also forms on the Titan Promoter page and Contact Us.

    How do i Fix this? as this is important to our site.

    Thanks,
    Jeff 

  • Elton Support Team Lead
    Replied on March 11, 2014 at 7:47 PM

    Hi Jeff,

    You have embedded non-HTTPS form on your HTTPS site so this is the reason why other browsers will not display the form.

    Please re-embed the form on your page this time with http://secure to resolved this. Just change the form URL found on your form embed code. Replace http://form with https://secure.

    Example:

    <iframe src="https://secure.jotform.us/form/31394752633154" frameborder="0" scrolling="no" width="100%" height="1112px" allowtransparency="true" id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" style="width: 100%; height: 1112px; border: none;"></iframe>

    Hope this helps!