How to remove bottom scroll bar from my form

  • webflunky
    Asked on May 29, 2015 at 9:55 AM

    Underneath the credit card payment form on the right side of this page:

    http://www.attainhousing.org/donating/

    There is a grey bar. It looks like it changes color when hovered over. I have no idea what it is and when I try to inspect the element, I can't find out anything about it, except that it is inside the iframe. In fact, in Firefox, it won't even let me inspect it at all. I don't have any widgets in the form, and the really weird thing is that I have the exact same form on this page:

    http://www.attainhousing.org/donation-form/

    And there is no grey bar at the bottom.

    Can you help me out here?

    Jotform Thread 578461 Screenshot
  • BJoanna
    Replied on May 29, 2015 at 11:40 AM

    I have tested your website and gray bar that you are mentioning is scroll bar.

    How to remove bottom scroll bar from my form Image 1 Screenshot 40

     

    That is happening because form is responsive and and box where form is located is smaller than the form.

    I think that it can be removed by Injecting Custom CSS. Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .jotform-form {

      overflow: hidden!important;

    }

    How to remove bottom scroll bar from my form Image 2 Screenshot 51

    After adding this code your form should look like this.

    How to remove bottom scroll bar from my form Image 3 Screenshot 62

    Hope this will help. Let us know if you need further assistance. 

     

  • webflunky
    Replied on May 29, 2015 at 11:55 AM

    Yes, that fixed it. Thank you so much.

  • Charlie
    Replied on May 29, 2015 at 12:23 PM

    You're most welcome. 

    Please feel free to open a new thread here in the forum if you needed any assistance again.

    Thank you.