Wordpress: Why embedded form is not showing up?

  • MarketFresh
    Asked on November 8, 2016 at 1:28 PM

    Greetings, 

    I'm having trouble embedding on wordpress.  Can you please assist?  

     

    Eric MAyers

  • Kevin Support Team Lead
    Replied on November 8, 2016 at 5:53 PM

    I have checked the webpage you have shared and I can see you have embedded a JotForm, but it is not showing in the webpage: 

    Wordpress: Why embedded form is not showing up?  Image 1 Screenshot 20

    What I would suggest you is to embed your form using the iFrame code, this way you will avoid any conflict between the code in your webpage and the code in the form, here's the guide that will help you to get the iFrame code of your form: https://www.jotform.com/help/148-Getting-the-form-iFrame-code 

    Once you get the iFrame code, please remove the JavaScript code and paste only the iFrame code: 

        <iframe

          id="JotFormIFrame"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          src="https://form.jotform.com/FormID"

          frameborder="0"

          style="width:100%;

          height:2190px;

          border:none;"

          scrolling="no">

        </iframe>

    You could also change the height so the form displays completely in your webpage, if after embedding your form using the iFrame code the form still does not work, please let us know.