--- a/feedback.php +++ b/feedback.php @@ -24,7 +24,10 @@ mail($address, $topic, $message); } } - +if (isset($_REQUEST['feedback']) || isset($_REQUEST['newlocation'])){ + sendEmail("bus.lambda feedback",print_r($_REQUEST,true)); + echo "

Thank you for your feedback!

"; +} else { $stopid = ""; $stopcode = ""; $urlparts = explode("?",$_SERVER["HTTP_REFERER"]); @@ -39,6 +42,7 @@ ?>

Add/Move/Delete a Bus Stop Location

+
StopID:
or StopCode:
if you click on feedback from a stop page, these will get filled in automatically. else describe the location/street of the stop in one of these boxes
@@ -47,12 +51,13 @@ if your device supports javascript, you can pick a location from the map above
- +

Bug Report/Feedback

Please leave feedback about bugs/errors or general suggestions about improvements that could be made to the way the data is presented! - - + +