Comments on: Remove the ‘Save’ button from a SharePoint survey http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/ The SharePoint "How-To" Online Magazine Tue, 30 Mar 2010 06:27:32 -0400 http://wordpress.org/?v=2.8.6 hourly 1 By: Michael W. http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-43285 Michael W. Mon, 08 Mar 2010 14:51:57 +0000 http://www.endusersharepoint.com/?p=1371#comment-43285 I echo Sharpey's comments. The All Responses really only means completed responses, plus your own incomplete responses, but does not show incomplete results from other submitters. It would be nice to be able to see all incomplete responses for follow up purposes, but looks like Paul's option to remove the Save button is the best available for now. I echo Sharpey’s comments. The All Responses really only means completed responses, plus your own incomplete responses, but does not show incomplete results from other submitters. It would be nice to be able to see all incomplete responses for follow up purposes, but looks like Paul’s option to remove the Save button is the best available for now.

]]>
By: sirisha http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-43149 sirisha Mon, 08 Mar 2010 07:03:41 +0000 http://www.endusersharepoint.com/?p=1371#comment-43149 Hi, I want to add a button to the survey page and on click of the button the page has to be saved to drafts in a library. Is the requirement possible?Please help. Regards, Sirisha. Hi,

I want to add a button to the survey page and on click of the button the page has to be saved to drafts in a library.

Is the requirement possible?Please help.

Regards,
Sirisha.

]]>
By: Rod http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-30766 Rod Tue, 09 Feb 2010 04:15:30 +0000 http://www.endusersharepoint.com/?p=1371#comment-30766 I am trying to use tabs in place of the next button for a survey. Can you give me an idea of what code the next button is running for i can add it to the tabs? I am trying to use tabs in place of the next button for a survey. Can you give me an idea of what code the next button is running for i can add it to the tabs?

]]>
By: Bryon Lape http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-18257 Bryon Lape Fri, 23 Oct 2009 18:15:04 +0000 http://www.endusersharepoint.com/?p=1371#comment-18257 I was able to get this to work under SharePoint, but not under Firebug. What version is used in the video? I was able to get this to work under SharePoint, but not under Firebug. What version is used in the video?

]]>
By: Sian Doherty http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-15039 Sian Doherty Tue, 21 Jul 2009 01:35:23 +0000 http://www.endusersharepoint.com/?p=1371#comment-15039 I am having the same issue as Sharpey shared on July 3rd and was wondering if anyone had any ideas on how to find incomplete surveys? Thanks I am having the same issue as Sharpey shared on July 3rd and was wondering if anyone had any ideas on how to find incomplete surveys?
Thanks

]]>
By: Sharpey http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-14217 Sharpey Fri, 03 Jul 2009 06:19:50 +0000 http://www.endusersharepoint.com/?p=1371#comment-14217 Any ideas why, as an administrator, I am unable to see user's incomplete surveys? I am a site administrator, and although the overview is recognising 33 responses, in the All Responses view, only the complete ones are showing (and my incomplete surveys). Any ideas why, as an administrator, I am unable to see user’s incomplete surveys? I am a site administrator, and although the overview is recognising 33 responses, in the All Responses view, only the complete ones are showing (and my incomplete surveys).

]]>
By: Chris http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-11953 Chris Tue, 14 Apr 2009 18:16:11 +0000 http://www.endusersharepoint.com/?p=1371#comment-11953 Thanks for the information! It was a great help to me... Thanks for the information! It was a great help to me…

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-11903 AutoSponge Sun, 12 Apr 2009 21:37:04 +0000 http://www.endusersharepoint.com/?p=1371#comment-11903 @mindliner, Try this: $("table.ms-formtoolbar tr:first").hide() @mindliner,

Try this: $(”table.ms-formtoolbar tr:first”).hide()

]]>
By: mindliner http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-11900 mindliner Sun, 12 Apr 2009 21:06:08 +0000 http://www.endusersharepoint.com/?p=1371#comment-11900 Is there a way to hide the first set of buttons (next/save/cancel) so that it only shows the 2nd set? It often ends up looking redundant to have the Next/Save/Cancel buttons showing up before and after a short form, so it would be great if I could display only the buttons at the end of each form page. Is there a way to hide the first set of buttons (next/save/cancel) so that it only shows the 2nd set?

It often ends up looking redundant to have the Next/Save/Cancel buttons showing up before and after a short form, so it would be great if I could display only the buttons at the end of each form page.

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/02/24/remove-the-save-button-from-a-sharepoint-survey/comment-page-1/#comment-11813 AutoSponge Tue, 07 Apr 2009 20:26:48 +0000 http://www.endusersharepoint.com/?p=1371#comment-11813 @josh If you start with the template I showed in my other article (link above), all you need is: $(":inputs[value='Save']").hide(); @josh

If you start with the template I showed in my other article (link above), all you need is:

$(”:inputs[value='Save']“).hide();

]]>