My form is getting cut off in Drupal. Can you help?

  • NCUCommunications
    Asked on December 4, 2015 at 10:40 AM

    Attaching a screen shot. The form cuts off for the first two conditional questions. Once the whole form is revealed, it renders properly. Thanks for any help you can provide.

    Nancy 

     

    Jotform Thread 717983 Screenshot
  • Ben
    Replied on December 4, 2015 at 11:40 AM

    To resolve that Nancy, you should add this code to your form:

    body {
        min-height: 380px;
    }

    Once you do the text should no longer be cut off at the bottom.

    You can add it to your form by following the steps here: Inject Custom CSS Codes

    Do let us know how it goes.

  • NCUCommunications
    Replied on December 4, 2015 at 1:34 PM

    Nailed it! Thanks so much. I really appreciate the quick help.

  • Ben
    Replied on December 4, 2015 at 1:41 PM

    You are welcome :)

    Glad to hear that it is working now :)

    Do let us know if there is anything else that we can assist you with Nancy and we would be happy to do so.