From: Jeff A. <je...@we...> - 2005-09-09 23:23:35
|
Hello, I have the phpesp running on our systems and the surveys work in public mode, but I need to make them private. I have read the FAQ and mailing lists and have seen the responses about adding the handler-prefix.php but I do not want to embed it into a nother php web page. I am trying to send just a link to the survey site as listed in the "Finish" section to the people whom I want to access the survey. What do I need to do to make this work. I appreciate any help you might give. Sincerely, Jeff |
From: Jim B. <jp...@si...> - 2005-09-10 14:45:12
|
* Jeff Armstrong <je...@we...> [2005-09-09 19:24]: > Hello, > > > > I have the phpesp running on our systems and the surveys work in public > mode, but I need to make them private. I have read the FAQ and mailing > lists and have seen the responses about adding the handler-prefix.php but I > do not want to embed it into a nother php web page. I am trying to send > just a link to the survey site as listed in the "Finish" section to the > people whom I want to access the survey. What do I need to do to make this > work. I appreciate any help you might give. > Here's what I did- "YMMV. See dealer for details. Void where prohibited. ..." Create a group called 'mygroup' in the management menu 'Manage Groups'. You can create a group by hand, or upload a file with the responder info in a tab delimited format. Here's an example format I used: Jim mypassword mygroup Jim LastName jp...@ex... 20051122 N Make sure they are tab delimited- not space delimited. Upload the file. On the main menu, select 'Change Access To a Survey' and select 'Make Private' for your survey. Next, on the same menu, select the survey link (on the left) which brings up a 'Survey Access' menu. Select the group you created above from the dropdown menu. Enter 1 (one) for 'Max Responses', and optionally select 'Save/Restore' and 'Back/Forward' if you want. Click the 'Add' button to save. The survey should now be configured to accept only registered users in your group. In another browser try to access the survey with the survey URL. You should get the login screen. Login and take the survey. If you try again, it should not allow you to re-enter the survey IF you entered 1 (one) for 'Max Responses' as above. If you have trouble logging in the first time taking the survey, enable cookies from this host and restart your browser. Hope this helps, Jim B. |
From: Gael J. <jo...@cy...> - 2005-09-12 08:45:13
Attachments:
jobard.vcf
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> I tried that too and it works for a single survey. However, I couldn't assign that group to more than one survey at a time. Did anyone succeed in having group access privately to more than a single survey ?<br> <br> Thanks!<br> <br> Gael.<br> <br> Jim Brown wrote: <blockquote cite="mid...@si..." type="cite"> <pre wrap="">* Jeff Armstrong <a class="moz-txt-link-rfc2396E" href="mailto:je...@we..."><je...@we...></a> [2005-09-09 19:24]: </pre> <blockquote type="cite"> <pre wrap="">Hello, I have the phpesp running on our systems and the surveys work in public mode, but I need to make them private. I have read the FAQ and mailing lists and have seen the responses about adding the handler-prefix.php but I do not want to embed it into a nother php web page. I am trying to send just a link to the survey site as listed in the "Finish" section to the people whom I want to access the survey. What do I need to do to make this work. I appreciate any help you might give. </pre> </blockquote> <pre wrap=""><!----> Here's what I did- "YMMV. See dealer for details. Void where prohibited. ..." Create a group called 'mygroup' in the management menu 'Manage Groups'. You can create a group by hand, or upload a file with the responder info in a tab delimited format. Here's an example format I used: Jim mypassword mygroup Jim LastName <a class="moz-txt-link-abbreviated" href="mailto:jp...@ex...">jp...@ex...</a> 20051122 N Make sure they are tab delimited- not space delimited. Upload the file. On the main menu, select 'Change Access To a Survey' and select 'Make Private' for your survey. Next, on the same menu, select the survey link (on the left) which brings up a 'Survey Access' menu. Select the group you created above from the dropdown menu. Enter 1 (one) for 'Max Responses', and optionally select 'Save/Restore' and 'Back/Forward' if you want. Click the 'Add' button to save. The survey should now be configured to accept only registered users in your group. In another browser try to access the survey with the survey URL. You should get the login screen. Login and take the survey. If you try again, it should not allow you to re-enter the survey IF you entered 1 (one) for 'Max Responses' as above. If you have trouble logging in the first time taking the survey, enable cookies from this host and restart your browser. Hope this helps, Jim B. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * <a class="moz-txt-link-freetext" href="http://www.sqe.com/bsce5sf">http://www.sqe.com/bsce5sf</a> _______________________________________________ phpESP-general mailing list <a class="moz-txt-link-abbreviated" href="mailto:php...@li...">php...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/phpesp-general">https://lists.sourceforge.net/lists/listinfo/phpesp-general</a> </pre> </blockquote> </body> </html> |