How can I create a 3 column table?

  • MMESinc
    Asked on March 23, 2018 at 9:34 AM

    I am in need of a 3 column table for a client's form.  The only form I see close has rows that are labeled as well.  Any way to create a table with column labels only?

  • David JotForm Support Manager
    Replied on March 23, 2018 at 11:23 AM

    You can use the Input Table field and hide the row labels with custom CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-matrix-row-headers {

        visibility: hidden !important;

        border: none !important;

    }

    Example:

    1521818517result 002 Screenshot 10