How Do I Increase the height of a Specific Text Area

  • ipcfix
    Asked on November 10, 2015 at 2:33 PM

    Hi,

    I want to put the text area in my form, please find the attached file.

    Jotform Thread 701918 Screenshot
  • jonathan
    Replied on November 10, 2015 at 5:14 PM

    Please check my test form https://form.jotform.com/53136990130956?

    Will this do to what you need.

    How Do I Increase the height of a Specific Text Area  Image 1 Screenshot 30

     

    I created it by adding the TextArea field after the "njn" field in the form.

    And then I added the following CSS codes

     

    #id_223 {

        float : left;

        position : absolute;

        margin-left : 250px;

    }

    #input_223 {

        height: 185px;

    }

    How Do I Increase the height of a Specific Text Area  Image 2 Screenshot 41

     

    You can apply the same modification on your jotform https://form.jotform.com/53135107340140

    Hope this help. Let us know if you need further assistance.

     

  • jonathan
    Replied on November 10, 2015 at 5:25 PM

    I realise you want the TextArea to cover the entire block.

    Modify the CSS code to this

     

    #id_223 {

        float : left;

        position : absolute;

        margin-left : 250px;

        width:70% !important;

    }

    How Do I Increase the height of a Specific Text Area  Image 1 Screenshot 20

    I have added the code     width:70% !important;

     

    Let us know how it goes.

  • wolfpaw69
    Replied on November 10, 2015 at 5:38 PM

    Just have to say.  Nice job on the layout and programming of the form.

  • jonathan
    Replied on November 10, 2015 at 6:49 PM

    @ wolfpaw69

    I agree! :)

    The Form Builder is very much capable.

     

    Cheers