how to show the data in a data grid table form from text fields and dro

  • usman1205
    Asked on July 10, 2017 at 9:52 AM

    how to show the data in a data grid table form from text fields and drop down lists?

  • aubreybourke
    Replied on July 10, 2017 at 11:00 AM

    I have create a demo form that you can view/clone:

    https://form.jotformpro.com/71904475923967

     

    First you add your fields onto the form (including your dropdown).

    Then you add your input table onto the form.

    Then you add conditions for each field, that when it is filled to copy the value to the result table. Just like in this picture:

    how to show the data in a data grid table form from text fields and dro Image 1 Screenshot 20

    Finally I added some custom CSS to make the table widths longer:

    #input_8_0_0, #input_8_1_0, #input_8_2_0, #input_8_3_0, #input_8_4_0
    {
      width: 200px !important;
    }