';} if ($eitherNeeded) {echo '* Please provide either your email address or phone number so that we will be able to follow-up with you on your inquiry
';} if ($invalidEmail) {echo '* Invalid Email
';} if ($verificationNeeded) {echo '* Please enter the verification code
';} if ($verificationFailed) {echo '* Incorrect Verification Code
';} ?>
Verification Code
Name: '.stripslashes($name).'
Email: '.stripslashes($email).'
Phone: '.stripslashes($phone).'
Postal Code: '.stripslashes($postalCode).'
My Question:'.stripslashes(nl2br($comments)).'
'; // SENDS OUT MAIL if(mail($toEmail, $subject, $message, $header)) { echo ''; exit; /* echo '
Thank you for your submission. You will hear back from us within 24 hours.
'; */ //IF MAIL FAILS AND DOESN'T SEND, SHOW CONTACT FORM AGAIN } else { ?>
There was an sending your message. Please try again.
Verification Code