Form getting cut off in Chrome only

  • retrophonic
    Asked on October 19, 2015 at 6:38 AM

    Hi,

    Having issues with a form we've created cutting off in Google Chrome.

    http://www.premierproducts-uk.co.uk/returns-collection.html

    The bottom part of the form is getting cut off however, the more you fill out in the form the bottom does show.
    However we want this to show like it shows in FireFox and Explorer.

     

    Chrome:

    Form getting cut off in Chrome only Image 1 Screenshot 30

    Firefox:
    Form getting cut off in Chrome only Image 2 Screenshot 41

     

    I've messed with the code, but nothing seems to be sorting it out.

    Thanks

     

  • Charlie
    Replied on October 19, 2015 at 9:37 AM

    Hi,

    It seems like the last 2 check boxes at the bottom is not being wrapped by the main form element.

    Please check your condition list, it seems like there are errors or undefined fields that is causing this problem. Please do update them or delete those that you do not need.

    Form getting cut off in Chrome only Image 1 Screenshot 20

     

    If that doesn't work, you can try adding this custom CSS code:

    .form-all {

        min-height: 2600px !important;

     

    }

     

    Let us know if that works.