Make small text boxes bigger

  • HisJoshuaHouse
    Asked on November 3, 2017 at 10:25 AM

    undefined Screenshot 10undefined Screenshot 10undefined Screenshot 10In my form I am using a table with the input as text, however the applicant may want to be able to see more area as they are typing, is there a code I can input to make the text box bigger? I did the table widget as that seems to get the style that I am looking for, I would just like the text boxes to be a little bigger. Thank you in advance!

    Jotform Thread 1289549 Screenshot
  • BJoanna
    Replied on November 3, 2017 at 11:39 AM

    Do you want to increase the text box width in all tables on your form? If so, add this CSS code to your form:

    .form-matrix-values .form-textbox {

      width: 150px;


    }

    How to Inject Custom CSS Codes

    1509723431form Screenshot 10

    Here is my demo form: https://form.jotform.com/73064820451956 

    Feel free to test it and clone it

    Hope this meet what you are looking for. 

  • HisJoshuaHouse
    Replied on November 3, 2017 at 3:22 PM

    Thank you for your quick response, what if I only wanted to do it to a certain table instead of all them?

  • Support_Management Jotform Support
    Replied on November 3, 2017 at 4:00 PM

    Sure - That is also doable with CSS codes but you'd have to tell us which specific INPUT TABLES on your form need to be adjusted, and how they should be adjusted.