Hmmm... I dunno... it's called feedback.php and it's just a simple web form: <form action="/feedback.php" method="post" name="feedback_form"> <div class="what-is-form"> <div class="what-is-title">Rate this answer: (What is Kazaa?)</div> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td nowrap="nowrap"><label for="veryHelpful"><input type="radio" name="rating" value="1" id="veryHelpful" /> Very Helpful </label></td> <td nowrap="nowrap"><label for="helpful"><input type="radio" name="rating" value="2" id="helpful" /> Helpful </label></td> <td nowrap="nowrap"><label for="useless"><input type="radio" name="rating" value="3" id="useless" /> Useless </label></td> <td nowrap="nowrap"><label for="dnkHelp"><input type="radio" name="rating" value="dnk" id="dnkHelp" /> Don't Know </label></td> </tr><tr> <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td> </tr><tr> <td nowrap="nowrap"><label for="veryAccurate"><input type="radio" name="accuracy" value="1" id="veryAccurate" /> Very Accurate </label></td> <td nowrap="nowrap"><label for="accurate"><input type="radio" name="accuracy" value="2" id="accurate" /> Accurate </label></td> <td nowrap="nowrap"><label for="inaccurate"><input type="radio" name="accuracy" value="3" id="inaccurate" /> Inaccurate </label></td> <td nowrap="nowrap"><label for="dnkAccurate"><input type="radio" name="accuracy" value="dnk" id="dnkAccurate" /> Don't Know </label></td> </tr><tr> <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td> </tr><tr> <td colspan="4" align="left" nowrap="nowrap" valign="top">Anything else you'd like to add:</td> </tr><tr> <td> </td> <td colspan="3" align="left" valign="top"><input type="text" name="anything_else" size="40" /></td> </tr><tr> <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td> </tr><tr> <td colspan="4" align="left" nowrap="nowrap" valign="top">Would you like a personal response:</td> </tr><tr> <td> </td> <td colspan="3" align="left" valign="top"><input type="text" name="email" size="40" value="If so, enter your email address here." onfocus="clear_email()" /></td> </tr><tr> <td colspan="4" align="left" bgcolor="#DDDDDD" height="1" valign="top"></td> </tr><tr> <td colspan="4" align="center"><input type="submit" value="Thank You!" /></td> </tr> </table> <input type="hidden" name="from_page" value="kazaa" /> <input type="hidden" name="title" value="What is Kazaa?" /> </div> </form> Code (markup):
Custom script, or Drupal (with customization of course) Because was looking at some of Drupal's site, and it looks like this site -> http://uofl.info/ Which is using Drupal script. Just my guess though XD