My form isn't showing up in Squarespace

  • Ops_COB
    Asked on December 21, 2015 at 10:40 AM

    When I paste the Sqaurespace platform into my coding section of squarespace it cuts off my form. Please help. 

  • Charlie
    Replied on December 21, 2015 at 11:31 AM

    Have you checked our guide here: http://www.jotform.com/help/37-Adding-Form-to-Squarespace

    If the form is cut off, you might need to adjust the height attribute of the iFrame.

    Here is an example, make sure that the height attribute matches the height of your form.

        <iframe

          id="JotFormIFrame"

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

          allowtransparency="true"

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

          frameborder="0"

          style="width:100%;

          height:539px;

          border:none;"

          scrolling="no">

        </iframe>

     

    Let us know if that works.