How can I change the height of a specific Text Area in the Configurable Forms widget?

  • susantannermd
    Asked on August 18, 2015 at 2:56 PM

    I would like to make one of my text areas taller so the entirety of the hint text shows by default.  Is there a CSS code I can use to change its height?

  • David JotForm Support
    Replied on August 18, 2015 at 5:00 PM

    Hi,

    To change the height of the text areas in configurable lists widgets, Add this code in the custom CSS section of the widget:

    textarea {

    height: 100px !important;

    width: 190px !important;

    }

    How can I change the height of a specific Text Area in the Configurable Forms widget? Image 1 Screenshot 20

    Adjust the values for the height and width to your liking.

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