Thanks for your help guys.  I actually ended up using a code snippet
that I found on another forum:

 

OK, here is a solution so it can be used for any survey created from a
template. Put this Javascript to NewForm.aspx and EditForm.aspx pages of
a survey list:



<script>
var x=document.getElementsByTagName("input");
for (var i=0;i<x.length;i++)
  {
  if (x.item(i).type=="button"&&x.item(i).value=="Save")
     {x.item(i).style.display = "none"};
  }
</script>


I attach NewForm.aspx code so you can see where it should be put. Paste
the script to the same place in EditForm.aspx (right before tag
</asp:Content>).
After you are finished with these two pages, save this list as a
template so you can use it as a basis for your future surveys.
Let me know if this helped you.

 

I added the code above to the NewForm.aspx & EditForm.aspx for the
surveys and the "Save" button is now gone, which removes the possibility
of having incomplete results because if the user clicks cancel their
survey response goes to the recycle bin.

 

regards,

 

KP

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of Jeremy
Thake
Sent: 25 February 2009 01:59
To: [email protected]
Subject: RE: View Incomplete Survey Results

 

I'm assuming this was for you:

http://www.endusersharepoint.com/?p=1371

 

 

From: [email protected] [mailto:[email protected]] On Behalf Of Power,
Karl
Sent: Tuesday, February 24, 2009 6:49 PM
To: [email protected]
Subject: View Incomplete Survey Results

 

Hi,

 

One of our departments has set up a survey which has branching, and
users are only allowed to view & edit their own results.  The survey has
been sent to about 1400 employees and it seems that a lot of them are
clicking on the "Save" button when they think the survey is completed.
As a result of this when an administrator goes to look at All Responses
for the survey, only the complete responses are visible.  Currently the
number of responses is somewhere around 300 but only about 180 are
completed (and therefore visible).  I've been tying a few different
select statements on the AllUserData table in the content database in an
attempt to at least get a list of users who need to complete the survey
but I've only had limited success.  Any help would be greatly
appreciated on this.

 

Aside:  We've learned our lesson on this: WSS 3.0 OOB surveys are
shockingly bad from a user interface and reporting perspective. I think
it's time to abandon them altogether and buy a 3rd party survey
solution.  Any recommendations?

 

 

 

Karl Power
Glanbia Business Services
Glanbia Plc
Tel:  +353 (0) 56 883 6016
Email:  [email protected]
Click here to join MS Live Meeting Session
<https://www.livemeeting.com/cc/btconferencing3> 

 


______________________________________________________________
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. 
Any views and opinions expressed are those of the individual
author/sender and are not necessarily shared or endorsed by Glanbia plc
or any associated or related company.
This message has been scanned for all known viruses.
If you received this in error, please contact the sender and delete the
material from any computer.

Glanbia plc is registered in Ireland as a public limited company.
Registered Office: Glanbia House, Kilkenny.
Company Number: 129933
==============================================================

________________________________

Support procedure: https://www.codify.com/lists/support
List address: [email protected]

Subscribe: [email protected]

Unsubscribe: [email protected]

List FAQ: http://www.codify.com/lists/ozmoss
<http://www.codify.com/lists/ozmoss> 

Other lists you might want to join: http://www.codify.com/lists
<http://www.codify.com/lists> 

________________________________

Support procedure: https://www.codify.com/lists/support
List address: [email protected]
Subscribe: [email protected]
Unsubscribe: [email protected]
List FAQ: http://www.codify.com/lists/ozmoss
<http://www.codify.com/lists/ozmoss> 
Other lists you might want to join: http://www.codify.com/lists
<http://www.codify.com/lists> 

______________________________________________________________
The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. 
Any views and opinions expressed are those of the individual author/sender and 
are not necessarily shared or endorsed by Glanbia plc or any associated or 
related company.
This message has been scanned for all known viruses.
If you received this in error, please contact the sender and delete the 
material from any computer.

Glanbia plc is registered in Ireland as a public limited company.
Registered Office: Glanbia House, Kilkenny.
Company Number: 129933
==============================================================--------------------------------------------------------------------------------
Support procedure: http://www.codify.com/lists/support
List address: [email protected]
Subscribe: [email protected]
Unsubscribe: [email protected]
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Reply via email to