The form is not displayed on the first load of the webpage

  • shawn christie
    Asked on April 27, 2019 at 6:23 PM

    Can I embed a for on my site... without the use of iframes?  

    Sometimes the iframe does not want to load without "reloading " the page.

  • jherwin
    Replied on April 27, 2019 at 8:57 PM

    You can try embedding the form using the stripped iFrame embed code. Perhaps, there is a conflicting script on your webpage which is why it does not load in the first load.

    Just get this part of the embed code (demo embed code):

     <iframe
          id="JotFormIFrame-91167432335960"
          title="Heading"
          onDISABLEDload="window.parent.scrollTo(0,0)"
          allowtransparency="true"
          allowfullscreen="true"
          allow="geolocation; microphone; camera"
          src="https://form.jotform.com/91167432335960"
          frameborder="0"
          style="width: 1px;
          min-width: 100%;
          height:539px;
          border:none;"
          scrolling="no"
        >
    </iframe>

    Guide: Getting-the-Form-iFrame-Code

    Please give it a try and let us know how it goes.