Fields are completely off the form when loaded

  • SUAA
    Asked on April 24, 2019 at 7:44 PM
    the form design doesn't seem consistent anymore-some of the text exceeds the boxes in areas and some boxes (fields) are completely off the page.
  • Mike_G JotForm Support
    Replied on April 24, 2019 at 8:17 PM

    To fix the issue, please inject the following CSS codes to your form.

    .form-all {

        min-height: 1850px;

    }

    .form-single-column {

        min-height: 210px !important;

    }

    How-to-Inject-Custom-CSS-Codes

    1556151440t20 16 03 Screenshot 10

    I hope this helps. If you have other questions or concerns, please feel free to let us know.