Is there CSS I can inject to get rid of the "expansion bars" in a textarea box?

  • scopa02
    Asked on January 29, 2015 at 9:33 PM

    I have several text areas that are fixed row and column.  Can I get rid of the expansion symbol in the lower right hand corner?

  • Ashwin JotForm Support
    Replied on January 30, 2015 at 1:34 AM

    Hello scopa02,

    Yes it is possible to disable the resizing option of textarea field. Please inject the following custom css code in your form and that should solve your problem:

    textarea { resize:none; }

    The following guide should help you in injecting custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!