SharePoint 2013 Survey

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rhonda F
    New Member
    • May 2011
    • 4

    SharePoint 2013 Survey

    Hello,

    First, I am a SharePoint beginner. I am creating a SharePoint Survey and attempting to hide the values for Created Date and Number of Responses on the Overview. I researched and found JavaScript to hide the label for both, but I do not know how to hide the actual values.

    Here is the code I used to hide the labels that I put into a script editor web part:

    Code:
    <script type=text/javascript>
    //hide created
    document.getElementById("overview03").innerHTML=" ";
    document.getElementById("overview04").innerHTML=" ";
    </script>
    I appreciate any help. I am attaching a screenshot of how the screen currently looks.

    Thank you,

    Rhonda
    Attached Files
  • rvphilip
    New Member
    • May 2021
    • 3

    #2
    I would suggest you open tge document library, click to open the document you want to work on. It will open in Office for the web. SharePoint is all about permissions. Get a better understanding of how permissions work, and you’ll understand how to control access to stuff on sites. I know several Enterprise Application Development Services who use SharePoint to manipulate files is to open a library in Explore. If you wish to hide files, Go ahead and create a new view called “No Folders View“ then scroll down all the way to Folders section and choose “Show all items without folders” radio button to hide files. Cheers
    Last edited by Niheel; May 27 '21, 06:09 AM. Reason: link marketing

    Comment

    Working...