How to update the rows structure of input table?

  • hemantdeotale
    Asked on April 23, 2017 at 10:37 AM

    Hi there,

         please find the attached screen shot of the input table of my form. I have given option heater1, heater2 , heater3 which is taking more space. My client want to reduce the number of rows for each heater and want to keep only one heater1. and If there is heater2 information it need to ask user that if want another.And also want to increase the field space of the input table

    Jotform Thread 1126451 Screenshot
  • Nik_C
    Replied on April 23, 2017 at 11:28 AM

    Here is how to edit the rows in the Input table:

    How to update the rows structure of input table? Image 1 Screenshot 30

    Regarding the increase of the fields, please follow this:

    1) Place the label on top:

    How to update the rows structure of input table? Image 2 Screenshot 41

    2) Copy and paste the below CSS to your Custom CSS field:

    .form-matrix-values>.form-textbox {

        width: 75px !important;

    }

    Let us know how it worked.

    Thank you!