From: James E. F. <jf...@uv...> - 2004-04-13 21:55:35
|
You can make public results by doing the following, though note that it will make all results public. Make a copy of public/survey.php and add a line like: $results = 1; above the call to handler-prefix, then use that page just like the survey.php page. It should display results instead of the survey. Also note that the same applies to custom survey templates, setting $results to one before calling handler{-prefix} will switch to results mode. -James KEVIN field wrote: > Hi, > > I'm looking for advice/help from anyone who has customized phpESP to > make a survey's results public. By default viewing the graphed > results of a survey can only be done from the survey manager, which > requires an http-authenticated login. I'm interested in taking a > specific survey and publishing the graphed results to a publicly > viewable section of a website, so any survey respondent could see the > survey results. > > If anyone has made this customization, or has any advice to facilitate > this type of feature, I'd appreciate some insight. Thanks > > Kevin |