My form is being cut off at the bottom of my webpage

  • AfterWork1
    Asked on June 11, 2015 at 7:51 AM

    My form is being cut off at the bottom of my webpage.  Please advise.  Thanks!

    Jotform Thread 586496 Screenshot
  • ibrahim JotForm UI Developer
    Replied on June 11, 2015 at 8:03 AM

    Hi,

    When i checked your form, i don't see any problem.

    My form is being cut off at the bottom of my webpage Image 1 Screenshot 30

    If you have:

    -- You can inject CSS code  to padding. Here's sample code: 

    .form-section {

        padding-bottom: 50px !important

    }

    -- You can change form height. You can adjust the Iframe height directly on the Iframe code, as indicated below, to match the new height of your form: 

    My form is being cut off at the bottom of my webpage Image 2 Screenshot 41

     

    Thanks.