Scrolling stops working

  • ReflexDigital
    Asked on March 12, 2014 at 7:32 AM

    I've put a scrolling box using html twice now and when I've checked the form-it's no longer scrolling.

    Why does it keep breaking? It's on my account appliction form-the terms and conditions.

    Jotform Thread 345797 Screenshot
  • pinoytech
    Replied on March 12, 2014 at 10:26 AM

    Hi,

    I've clone your form to investigate the issue and I was able to reproduce it. To fix this, you need to re-create the html code of Text field to create scroll bar.

    An alternative workaround to create scroll bar is to use custom css. You might like to take a look at this clone form: http://www.jotform.me/form/40703540692451

    Here's the code that I've injected on the form.

    .form-html {

    overflow-x: hidden;

    border: 1px solid #aaa;

    height: 200px;

    }

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to clone the form. If you need further assistance, please do let us know.