From caecc5ba04e3ccdde0bcd0354cf5620c7c2a6546 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sat, 13 Jul 2019 12:16:20 -0400 Subject: [PATCH] fixed contact form --- includes/contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/contact.php b/includes/contact.php index 744ce91..2842203 100644 --- a/includes/contact.php +++ b/includes/contact.php @@ -3,7 +3,7 @@ include "../config.php"; $name = $_GET['contact_name']; $email = $_GET['email_address']; -$subject = $_GET['type']; +$type = $_GET['type']; $body = $_GET['message']; $tv = $_GET['tv']; @@ -14,7 +14,7 @@ $mailbody = "The following submission via the contact form was recieved: Real Name: $name Email Address: $email -Type: $subject +Type: $type Message: $body"; if ( $tv != "tildeverse" ) {