How to hide specific questions on the “Graphical Summary of Responses” Sharepoint Survey Page?
0 Some of the survey questions are unique text entries and some checkboxes. I want to hide just the questions that are unique text entries, because the results page displays them as a gigantic list. I tried running the following code in a CEWP, but it was not working? $(document).ready( function() $('h3:contains("1. What was the USO or Circuit ID?")').hide().next("table").hide();) Thanks! jquery sharepoint sharepoint-2013 share | improve this question asked Nov 13 '18 at 13:57 MrPeriodical MrPeriodical 1 3 add a comment | 0 Some of the survey questions are unique text entries and some checkboxes. I want to hide just the questions that are unique text entries, because the results page displays them as a gigantic list. I tried running the following code in a CEWP, but it was not working? $(document).ready( function() $('h3:contains("1. What was the USO or Circuit ID?")'...