i have a form that in IE it cuts off on the right where in Firefox it doesn't -how do i correct for IE?

  • dmooreokea
    Asked on March 22, 2016 at 11:29 AM
  • David JotForm Support Manager
    Replied on March 22, 2016 at 11:58 AM

    I just checked your form in IE and Chrome browsers, the forms cut off on the right:

    i have a form that in IE it cuts off on the right where in Firefox it doesnt  how do i correct for IE? Image 1 Screenshot 30

    Inject the following CSS code as explained on this guide to fix this: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-html,.form-matrix-table{

    width: 95% !important;

    }

    Result:

    i have a form that in IE it cuts off on the right where in Firefox it doesnt  how do i correct for IE? Image 2 Screenshot 41

    Let us know if you need more help.