From: Franky V. L. <lie...@te...> - 2007-12-31 08:27:41
|
On Sun, 30 Dec 2007 12:09:15 EST Mrs...@ao... wrote: > When surveys are submitted is it possible to show the person's > responses onscreen on your thank you page? > Pat > > > > For the moment this is not possible. You can show all the responses on screen, but that is not what I would do. If the survey is not anonymous, you could mail the result to the user (see admin/phpESP.ini.php, search for "mail" in that file). Another possibility is to create your own return page, and use the session data of the user (to get the survey_id and the response_id) to show the results. The function that gets the result can be used here as an example then (see admin/include/lib/espresponse.inc, function response_select_human: the results are returned as an associative array, use the php print_r function to print it out). If I have time, I'll try to cook up an example, but not today :) Franky |