summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index cdf77fa..b9a58b1 100644
--- a/index.php
+++ b/index.php
@@ -366,8 +366,6 @@
<label for="email">Email Address</label>
<input name="email" type="email" id="email" placeholder="jdoe85@aol.com" required />
- <input class="honeypot" name="content" type="text" />
-
<label for="body">Question/Comment</label>
<textarea name="body" id="body" placeholder="Briefly describe your inquiry, including any services or areas of study you're interested in." required></textarea>
@@ -413,6 +411,7 @@
if (!$mail->send()) {
echo 'There was a problem sending your message. Please try again later or send mail to <a href="mailto:amy@carpentertutoring.com">Amy@CarpenterTutoring.com</a>.';
echo '<!--Send error: ' . $mail->ErrorInfo . '-->';
+ error_log($mail->ErrorInfo);
} else {
echo "Your message was successfully sent.";
}