Issue with images in form- squarespace

  • ivy.a.kirk
    Asked on August 20, 2020 at 8:22 PM

    Hi--

    I embedded my form in my squarespace website, and the images show up weird when I click on them-- like they are way below where they should be. 

    Thanks!!

    Ivy


  • BJoanna
    Replied on August 21, 2020 at 2:59 AM

    Please remove the script part of the iframe embed code, to see if that will resolve the issue. Use only the iframe part of the code and adjust the height of the code and enable scrolling.

         <iframe

          id="JotFormIFrame-202326046311037"

          title="SPRING 2021 ORDER FORM"

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

          allowtransparency="true"

          allowfullscreen="true"

          allow="geolocation; microphone; camera"

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

          frameborder="0"

          style="

          min-width: 100%;

          height:1000px;

          border:none;"

          scrolling="yes"

        >

        </iframe>