id\n"; $body.="School Name: $school->school\n"; if($sh['name']) $body.="Name: {$sh['firstname']} {$sh['lastname']}\n"; if($sh['phonework']) $body.="Phone (Work): {$sh['phonework']}\n"; if($sha['username']) $body.="Username: {$sha['username']}\n"; if($sha['email']) $body.="Email Address: {$sha['email']}\n"; $body.="\nFeedback:\n".stripslashes($_POST['feedbacktext'])."\n"; if($sha['email']) $returnEmailAddress = $sh_email; else $returnEmailAddress = $config['fairmanageremail']; mail($config['fairmanageremail'],"School Feedback",$body,"From: ". $returnEmailAddress."\nReply-To: ".$returnEmailAddress."\nReturn-Path: ".$returnEmailAddress); echo happy_("Your feedback has been sent"); } // draw the feedback form echo i18n("We are always welcome to any feedback (both positive and constructive criticism!), or any questions you may have. Please use the following form to communicate with the science fair committee!"); echo "
"; echo "

"; echo ""; echo "
"; send_footer(); ?>