How can I prevent the textarea field from being resizable?

  • Manuel1234
    Asked on July 13, 2015 at 3:22 PM

    How can I prevent the textarea field from being resizable? Image 1 Screenshot 20

    Hello, i'm trying to build a form so users can type data, however i need to prevent the user to be able to drag the text box down, this causes a problem because it covers my layout, i need a way to keep the text box static.

     how can i fix this?

     

  • David JotForm Support
    Replied on July 13, 2015 at 4:31 PM

    Hi,

    To prevent users from being to resize the text area, add this code to your form.

    textarea { resize:none; }

    Here is a guide which should help you in injecting custom css:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have any further questions, let us know and we will be happy to help.

  • Manuel1234
    Replied on July 13, 2015 at 4:33 PM

    Thank you so much!!! that fixed my problem.

  • Ben
    Replied on July 13, 2015 at 5:34 PM

    In my colleague's name, you are welcome.

    Do let us know if you have any further questions or issues and we would be happy to assist.