Hide footer in grid/matrix questions

Compatibility:IdSurvey 6IdSurvey 7

This script hides the column header(s) at the bottom of a grid/matrix question.

Note

  • The script is not compatible when displaying grids with more than one column in a CAWI survey via smartphone.

Instructions

If you want to hide bottom column headers of all the grids of the questionnaire, copy the following script in the global script box of the entire questionnaire (“Settings” -> “Advanced” -> “Edit Script”).

Alternatively, copy the script into the “Client Script” box of the single page in order to hide the bottom column headers of a single grid/matrix.

<style>
 tfoot{display: none;}
 </style>

hide_column_header

hide_column_header_sample1

This is how the grid normally appears without the script

 

hide_column_header_sample2

This is how the same grid appears when using the script

 

 

Leave A Comment?