Jotform is not displaying properly, Covers footer on Shopify

  • 4JOINTZ
    Asked on September 15, 2016 at 2:39 PM

    Hi, I used the iframe code for this jotform, and it displays, but it covers up the footer on my page. Any idea what I can do about this?

     

    Hugs and Kisses,

    Brian

  • David JotForm Support Manager
    Replied on September 15, 2016 at 5:21 PM

    The problem is related to the "DIV" element where you have embedded the form, it does not have enough height .

    Jotform is not displaying properly, Covers footer on Shopify Image 1 Screenshot 20

    Try adding the following code inside the webpage where you have embedded your form:

    <style>

    #cbb093358-4353-40f4-a330-1e8b54ed050f{

        height: 1160px !important;

    }

    </head>

    Let us know if you need more help.

  • David JotForm Support Manager
    Replied on September 15, 2016 at 5:23 PM

    Disregard the previous code, try with the following:

    <style>

    #cbb093358-4353-40f4-a330-1e8b54ed050f{

        height: 1160px !important;

    }

    </style>