How can I increase the same of table fields

  • BrendonJ
    Asked on August 25, 2017 at 11:41 PM

    I would like to increase the size of the fields in my table to allow for more text?

  • BJoanna
    Replied on August 26, 2017 at 2:56 AM

    Add this CSS code to your form to increase the size of text box fields within Input table field:

    .form-matrix-values .form-textbox {

    width : 95% !important;

    }

    How to Inject Custom CSS Codes

    After you add the CSS code you table will look like this.

    How can I increase the same of table fields Image 1 Screenshot 20

    Here is my demo form: https://form.jotformpro.com/72371845818970 

    Feel free to test it and clone it

    Let us know if you need further assistance.