Matrix table "Row Heading" not being displayed in form.

  • wilsec
    Asked on September 4, 2017 at 12:25 AM

    I have created a table with rows and columns.

    The rows and columns all have names.

    The Column names are displaying on the form

    The Row names are NOT displaying to the User.

    However, when the form is submitted, it arrives with the Row Names on it.

    I have attached a screenshot.

    Jotform Thread 1239128 Screenshot
  • Ashwin JotForm Support
    Replied on September 4, 2017 at 4:58 AM

    I did check your form and I am able to replicate the issue you are having. The column header of matrix field is not being displayed in any of your matrix field of form. 

    The issue is caused because of the following custom css code you have added in form:

    .form-matrix-row-headers{

    padding: 0;

    margin: 0;

    display: block;

    width: 0;

    text-indent: -999999px;

    overflow: hidden;

    background-color: white;

    }

    I would suggest you to delete this custom css code in form and that should solve your problem. Please check the screenshot below on how to delete this custom css code:

    Matrix table Row Heading not being displayed in form Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.