How to put different types of fields in the same matrix table?

  • SumSolTrain
    Asked on July 1, 2014 at 1:51 AM
  • egeg
    Replied on July 1, 2014 at 3:48 AM

    Hi there,

    Normal matrix fields only support one field type at a time currently. You can instead use the
    Configurable List Widget in order to achieve that.

    Please let us know if you have any more questions.
    Thanks.

  • SumSolTrain
    Replied on July 1, 2014 at 11:33 AM

    Thanks i tried this one is good to my form ,but i need to know is it possible to change the width of the text boxes in the widget,if then how is that?

    Can i put auto numbers(incrementing with adding each rows)?

     

     

  • David JotForm Support Manager
    Replied on July 1, 2014 at 12:42 PM

    You can change the size of the input fields by adding custom CSS codes like this  in the widget:

    input[type="text"] {

        width: 170px;

    }

    To add the CSS code just click on the wizard icon:

    How to put different types of fields in the same matrix table? Image 1 Screenshot 30

    Then paste the code in the CSS area:

    How to put different types of fields in the same matrix table? Image 2 Screenshot 41

    You can change the width by increasing or decreasing the pixel number in the width property.