472,804 Members | 1,509 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,804 software developers and data experts.

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:

Expand|Select|Wrap|Line Numbers
  1. <script type=text/javascript>
  2. //hide created
  3. document.getElementById("overview03").innerHTML=" ";
  4. document.getElementById("overview04").innerHTML=" ";
  5. </script>
I appreciate any help. I am attaching a screenshot of how the screen currently looks.

Thank you,

Rhonda
Attached Images
File Type: png CoachingCommitteeSurvey Draft.PNG (36.3 KB, 86 views)
Jan 29 '19 #1
1 6194
rvphilip
3 Bit
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
May 26 '21 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

15
by: (PeteCresswell) | last post by:
Got a sample of MS's "Advisor Guide To Microsoft Access" in the mail today - accompanied by a sample "Advisor Guide To Microsoft SharePoint". I skimmed both, but the SharePoint explanation is too...
8
by: GaryDean | last post by:
I was advised by a Microsoft speaker at a local .Net conference that "SharePoint" had a lot to offer for asp.net developers. I've spent a few hours hunting down links on Sharepoint Services in...
0
by: Jimmy Jones | last post by:
Hi, Question as above... I could not find Sharepoint category, if you now a more suitable one - please let me know ! Thanks!
3
by: sooli | last post by:
Hello, I am developing an Access 2013 database and am in the final stages. I have an excel work book I need to open and be able to edit from the database via a command button. The excel workbook...
1
by: jlellis | last post by:
I want to be able to "Edit" a file instead of the file opening up in the browser. It was actually doing the same thing in Mozilla and IE, but I was able to fix the issue with those two browsers, but...
7
by: jalbright1957 | last post by:
We have Office365 / Sharepoint online / Exchange online in our organization. I am the only one with the E3 subscription which gives me Access. I have a database that needs to be made available to...
0
by: RCusick | last post by:
My company recently switched from SharePoint Server 2010 to SharePoint Server 2013, but for now it is the 2010 Emulation Mode. One of the older (created on SharePoint Server 2007) Visual Studio...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.