From 98e8b18b8a9135b273b67ea2e0167fdcf4b42b34 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 23 Oct 2022 10:59:31 -0400 Subject: feat: include optional phone in contact --- index.php | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/index.php b/index.php index f47e14c..22d3504 100644 --- a/index.php +++ b/index.php @@ -34,12 +34,12 @@ include('header.php');

Carpenter Tutoring is a private tutoring service based in Suffolk, - Virginia. I offer high-engagement remote appointments through Zoom. A limited - number of in-person appointments are also available for students in the Harbour - View region of Suffolk, VA. Most of my offerings are one-on-one, and siblings - and pre-existing groups of students may opt for group meetings. No matter your - budget, I am confident that we can find an arrangement that will provide your - student services without creating financial strain.

+ Virginia. I offer high-engagement remote appointments through Zoom. A limited + number of in-person appointments are also available for students in the Harbour + View region of Suffolk, VA. Most of my offerings are one-on-one, and siblings + and pre-existing groups of students may opt for group meetings. No matter your + budget, I am confident that we can find an arrangement that will provide your + student services without creating financial strain.

I invite you to explore my site to learn more about the services I offer, my background, @@ -337,17 +337,17 @@ include('header.php'); Simplified Homeschool Evaluations - $45 + $45 Detailed Homeschool Evaluations - $80+ + $80+

-

*In-person pricing for students in the Harbour View region of Suffolk is $10/hr more in each category.

+

*In-person pricing for students in the Harbour View region of Suffolk is $10/hr more in each category.

See a list of my policies and procedures regarding scheduling, payment, and booking.

@@ -358,13 +358,16 @@ include('header.php');

Contact

- + - + - + + + + @@ -389,6 +392,7 @@ include('header.php'); } $email = $_POST['email']; + $phone = $_POST['phone']; $smtpuser = file_get_contents('/var/carpentertutoring/smtpuser'); $smtppass = file_get_contents('/var/carpentertutoring/smtppass'); @@ -405,7 +409,7 @@ include('header.php'); $mail->setFrom($email, $name); $mail->addAddress($address); $mail->addReplyTo($email); - $mail->Subject = 'Tutoring Inquiry from ' . $email; + $mail->Subject = "Tutoring Inquiry from $email $phone"; $mail->Body = $body; if (!$mail->send()) { @@ -416,7 +420,7 @@ include('header.php'); echo "Your message was successfully sent."; } } else { - echo 'Send us a message and we`ll reply by mail as soon as possible. Please note that your email address will not be stored on our system; it will only be used to contact you with a reply. You may also send mail directly to Amy@CarpenterTutoring.com.'; + echo 'Send us a message and we`ll reply by mail or phone as soon as possible. Please note that your personal data will not be stored on our system; it will only be used to contact you with a reply. You may also send mail directly to Amy@CarpenterTutoring.com.'; } ?>
@@ -429,7 +433,7 @@ include('header.php');

C.L. Cannon

-I hired Amy to complete an end-of-the-year evaluation for both of my Elementary aged sons. This being our first year of independent home instruction, the task of testing and/or evaluation was daunting! Amy put my fears to rest! She was super easy to work with, had great communication skills, and answered all my questions in a timely and informative manner! I would highly recommend her services! + I hired Amy to complete an end-of-the-year evaluation for both of my Elementary aged sons. This being our first year of independent home instruction, the task of testing and/or evaluation was daunting! Amy put my fears to rest! She was super easy to work with, had great communication skills, and answered all my questions in a timely and informative manner! I would highly recommend her services!

View on Google -- cgit v1.2.3