From: SourceForge.net <no...@so...> - 2005-07-19 17:59:11
|
Feature Requests item #1241023, was opened at 2005-07-19 17:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Harry Mangalam (mangalam) Assigned to: Nobody/Anonymous (nobody) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-26 01:48:20
|
Feature Requests item #1241023, was opened at 2005-07-20 03:59 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Harry Mangalam (mangalam) >Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 11:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-28 04:35:52
|
Feature Requests item #1241023, was opened at 2005-07-20 03:59 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Harry Mangalam (mangalam) Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-28 14:35 Message: Logged In: YES user_id=198398 made changes to admin/include/funcs.inc and public/handler.php files. These changes are in the 2 diff files I have attached. Basically if a survey is in test mode the "Return" link stays. If an active survey is launched directly from the URL or is embedded directly into a web page the "Return" link should no longer appear. If the survey is lauched from a link on a web page (with a 'genuine referer') the "Return" link will appear and function as required. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 11:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-31 05:49:53
|
Feature Requests item #1241023, was opened at 2005-07-19 17:59 Message generated for change (Comment added) made by mangalam You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Harry Mangalam (mangalam) Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Harry Mangalam (mangalam) Date: 2005-07-31 05:49 Message: Logged In: YES user_id=4526 Thank you very much! I'll be trying this for the next one. Incidentally, compared to a previous survey that we implemented via a hosted web survey company, which had over 25 problems with the underlying technology, this one has had 144 responses with ZERO problems about the technology. We tried to make it straightforward, but the fact that it has had so few problems is very encouraging. The recent improvements make it moreso. Thanks again!! harry' ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-28 04:35 Message: Logged In: YES user_id=198398 made changes to admin/include/funcs.inc and public/handler.php files. These changes are in the 2 diff files I have attached. Basically if a survey is in test mode the "Return" link stays. If an active survey is launched directly from the URL or is embedded directly into a web page the "Return" link should no longer appear. If the survey is lauched from a link on a web page (with a 'genuine referer') the "Return" link will appear and function as required. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-26 01:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 15:30:25
|
Feature Requests item #1241023, was opened at 2005-07-19 12:59 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None >Status: Closed Priority: 5 Submitted By: Harry Mangalam (mangalam) Assigned to: Kon Angelopoulos (angek) Summary: Return link on Submit?? Initial Comment: What is the purpose of the [Return] link on the finish' page? This is confusing to say the least. Of the 7 people I had test the survey 3 of them clicked the link and thought that they hadn't filled it out and so did it again. It should be optional if there at all. I can see that it might be useful for the testing phase, but not for the final posted version. Obviously, I can make up my own finish page but if there's no good reason for this, why have it? ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 10:30 Message: Logged In: YES user_id=14116 Commited to CVS with a small modification. Instead of "survey.php?name=" for the check it's using $GLOBALS['ESPCONFIG']['autopub_url'] ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 10:30 Message: Logged In: YES user_id=14116 This feature has been added to the CVS tree. It will be available in the next release of phpESP. For instructions on obtaining sources from CVS please see: http://sourceforge.net/cvs/?group_id=8956 ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-31 00:49 Message: Logged In: YES user_id=4526 Thank you very much! I'll be trying this for the next one. Incidentally, compared to a previous survey that we implemented via a hosted web survey company, which had over 25 problems with the underlying technology, this one has had 144 responses with ZERO problems about the technology. We tried to make it straightforward, but the fact that it has had so few problems is very encouraging. The recent improvements make it moreso. Thanks again!! harry' ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-27 23:35 Message: Logged In: YES user_id=198398 made changes to admin/include/funcs.inc and public/handler.php files. These changes are in the 2 diff files I have attached. Basically if a survey is in test mode the "Return" link stays. If an active survey is launched directly from the URL or is embedded directly into a web page the "Return" link should no longer appear. If the survey is lauched from a link on a web page (with a 'genuine referer') the "Return" link will appear and function as required. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-25 20:48 Message: Logged In: YES user_id=198398 The return link on the finish page is used to return the user to the referer page. Assume that the survey was lauched via a link on a website. When the survey is completed and the user clicks the return link it will take them back to the referer (in this case the website from which the survey was launched). When the survey is lauched directly (by typing the url into a browser window) the referer is itself therefore clicking the link will return the user to the survey. I'll see what we can do to prevent the second scenario from occuring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1241023&group_id=8956 |