When using a matrix with a text input field, how can you adjust the size of the users text input?

  • johneff
    Asked on September 3, 2015 at 1:28 PM
  • victor
    Replied on September 3, 2015 at 3:50 PM

    Hi,

    To adjust the text box in the matrix, you may inject the following CSS code:

     

    .form-matrix-values .form-textbox {

      width: 200px;

    }

     

    When using a matrix with a text input field, how can you adjust the size of the users text input? Image 1 Screenshot 20

    Please let us know if this helps.

    Regards

    Victor M Larrea

  • johneff
    Replied on September 3, 2015 at 4:39 PM

    Thanks!

    That did the trick.

    BTW: Where can I find the list CSS class identifiers used in JotForm?

    I tried going to the FireBug site and getting the list, but couldn't locate

    anything.

    Best Regards,

    John

  • Boris
    Replied on September 3, 2015 at 10:03 PM

    On behalf of my colleague, you are kindly welcome. :)

    I'm afraid that we do not have any comprehensive list of classes used in JotForm forms.

    In most modern browsers, you can generally see the class of any element by right-clicking on it, and selecting Inspect Element from the menu that opens.

    When using a matrix with a text input field, how can you adjust the size of the users text input? Image 1 Screenshot 20

    I hope this helps, John. Please don't hesitate to open a new thread for any other issues or assistance you may need with your forms, we will be happy to help.