Please go back and complete all the fields in the form.

"; // This is displayed when the email has been sent $thankyou_message = "

Thank you. Your message has been sent.

"; // You do not need to edit below this line $name = stripslashes($_POST['txtname']); $address = stripslashes($_POST['txtaddress']); $address2 = stripslashes($_POST['txtaddress']); $city = stripslashes($_POST['txtcity']); $state = stripslashes($_POST['txtstate']); $zip = stripslashes($_POST['txtzip']); $telephone = stripslashes($_POST['txttelephone']); $email = stripslashes($_POST['txtemail']); $concerns = stripslashes($_POST['txtconcerns']); if (!isset($_POST['txtname'])) { ?>
Name
Address
Address 2
City/State/Zip
Telephone
Email Address
", "-f$email"); // Display the thankyou message echo $thankyou_message; } ?>