How can I increase the visible width of the text field and control the maximum number of characters in a matrix?

  • bryanchr
    Asked on March 30, 2014 at 1:58 PM

    I want to allow up to 50 characters to be visible in a field inside a matrix attribute.

  • abajan Jotform Support
    Replied on March 30, 2014 at 6:41 PM

    Hi,

    The matices in the form to which I believe you're referring each contain dropdown selectors, not text boxes. If you want to widen those, inject the following CSS:

    .form-matrix-table .form-dropdown {
    width: 200px;
    }

    You would need to adjust the value of the width (highlighted above) to suit. Is this what you meant? If not, please elaborate.


    Thanks