Form does not load completely on the web page

  • barbaraborgesprojetos
    Asked on August 24, 2020 at 9:00 PM

    I'm trying to include a form on my page, but it only partially loads, it doesn't load completely (as shown in the attached image).

    I'm trying to incorporate the code through an iframe within Slider Revolution, but it doesn't load completely.

    I don't have much technical knowledge, so please kindly show me a solution in simple language :-), without codes if possible.

    Jotform Thread 2533875 Screenshot
  • Kiran Support Team Lead
    Replied on August 25, 2020 at 3:08 AM

    It seems that the height of the form is being adjusted automatically on your WordPress webpage. Please try embedding the form using the code on your web site to see if that helps.

        <iframe

          id="JotFormIFrame-202367255833154"

          title="BBDesign_Form"

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

          allowtransparency="true"

          allowfullscreen="true"

          allow="geolocation; microphone; camera"

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

          frameborder="0"

          style="

          min-width: 100%;

          height:494px;

          border:none;"

          scrolling="no"

        >

        </iframe>

    Let us know how it goes.


  • barbaraborgesprojetos
    Replied on August 25, 2020 at 7:37 PM

    Hi Kiran, yesss :-)

    It's working now!

    I really appreciate

    Thank you!1598398672WORKING Screenshot 10