diff --git a/feedback.php b/feedback.php --- a/feedback.php +++ b/feedback.php @@ -26,6 +26,12 @@ include_once 'inc/class.page.php'; $fromdom = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; $httpagenti = $_SERVER['HTTP_USER_AGENT']; +/* some prefill support */ +$school = $feedbackpage->get_school(); +$feedback_text = ''; +if (isset($_GET['feedback'])) + $feedback_text = $_GET['feedback']; + $n = "\n"; ?> @@ -38,14 +44,14 @@ include_once 'inc/class.page.php';

Feedback Form


(if you want us to get back to you)
- (if relevant to your feedback)
+ (if relevant to your feedback)

Overall Rating:
Good Buggy Needs more features Don't Know

General Comments

- +