include("top.php"); print("
| Inquiries | |
| ");
if($form=='complete'){
if($contact_question_type=='Job Seeker Account Quesion' or $contact_question_type=='Employer Account Question'){
$to="$contact_technical";
}
else{
$to="$contact_location";
}
$contact_question_type=str_replace(" ", "*1*", $contact_question_type);
$contact_name=str_replace(" ", "*1*", $contact_name);
$contact_phone=str_replace(" ", "", $contact_phone);
$contact_email=str_replace(".", "~", $contact_email);
$contact_email=str_replace("@", "`", $contact_email);
$contact_location=str_replace(" ", "*1*", $contact_location);
$contact_question=str_replace("'", "`", $contact_question);
$contact_question=str_replace("\`", "`", $contact_question);
$contact_question=str_replace("\"", "~", $contact_question);
$contact_question=str_replace("\~", "~", $contact_question);
$contact_question=str_replace(" ", "*1*", $contact_question);
include("sendemail.php?site_id=$site_id&type=5&to=$to&from=$autoemailer2&contact_question_type=$contact_question_type&contact_name=$contact_name&contact_phone=$contact_phone&contact_email=$contact_email&contact_location=$contact_location&contact_question=$contact_question");
$message="Your message has successfully been sent. Thank-you for taking the time to contact $title. We will review your concern and respond as soon as possible. Click Here to return to the homepage"; print("$message"); } else{ print(""); } print(" | |