Define Size of Columns into Input Tables

  • guiroylescaillet
    Asked on November 30, 2017 at 11:11 AM

    Hello, 

    I would like to have the same size for the first column of all my 'input tables' and another identical size for the other columns of all my input tables.

    I want to make my form more readable.

    Is it possible? I could not find this option.

    Thanks in advance.

    Aurelie. 

  • Mike_G JotForm Support
    Replied on November 30, 2017 at 1:18 PM

    You can add the CSS codes below to your form following this guide — How-to-Inject-Custom-CSS-Codes, to make the Input Table Fields in your form identical in terms of column width.

    .form-matrix-row-headers {

        width: 500px !important;

    }

    .form-matrix-values, .form-matrix-column-headers {

        width: 80px !important;

    }

    You can, of course, update the value of the width property in the codes above to your preference.

    I hope this helps. If you have other questions or concerns, please feel free to contact us again anytime.

  • Mike_G JotForm Support
    Replied on November 30, 2017 at 1:18 PM

    You can add the CSS codes below to your form following this guide — How-to-Inject-Custom-CSS-Codes, to make the Input Table Fields in your form identical in terms of column width.

    .form-matrix-row-headers {

        width: 500px !important;

    }

    .form-matrix-values, .form-matrix-column-headers {

        width: 80px !important;

    }

    You can, of course, update the value of the width property in the codes above to your preference.

    I hope this helps. If you have other questions or concerns, please feel free to contact us again anytime.

  • guiroylescaillet
    Replied on November 30, 2017 at 2:52 PM

    Thank you very much. It is perfect!

    Another question :

    I used Button Checkboxes. Is it possible to limit the selection of options?

    Thank you.

    Best regards,

    Aurélie.

  • Support_Management Jotform Support
    Replied on November 30, 2017 at 5:40 PM

    Glad my colleague's suggestions helped. Your other question about the Button Checkbox Widget has been moved to a separate thread:

    https://www.jotform.com/answers/1311687 

    We'll reply to you there shortly.