Locate a Certified Mold Inspector

MOLDTESTKIT.com is here to help you. If you have purchased our MOLD Do It Yourself Test Kit and have tested positive for high levels of toxic MOLD your probably wondering what do I do now?

Fill out the form below and someone will contact you immediately to assist you with locating a Certified Mold Inspector to provide more comprehensive testing.

You have made a smart first step in deciding to test yourself. Protect yourself further by contacting us and letting us guide you to having a MOLD free healthy home.

Please use this form to receive information about Certified Mold Inspectors in your area.
* Required
*Name:
*Email:
*Address:
*City:
*State:
*Zip Code:
*Phone:
   
How did you find PRO-LAB? 
   
Please enter any additional information or questions you may have in the box below.
"; if ($_POST[op] != "ds") { //They need to see the form echo "$form_block"; } else if ($_POST[op] == "ds") { // check value of $_POST[sender_name] if ($_POST[sender_name] == "") { $name_err = "Please type your name!
"; $send = "no"; } //Check value of $_POST[sender_email] if ($_POST[sender_email] == "") { $email_err = "Please type your email!
"; $send = "no"; } //Check value of $_POST[sender_address] if ($_POST[sender_address] == "") { $address_err = "Please type your address!
"; $send = "no"; } //Check value of $_POST[sender_city] if ($_POST[sender_city] == "") { $city_err = "Please type your city!
"; $send = "no"; } //Check value of $_POST[sender_state] if ($_POST[sender_state] == "") { $state_err = "Please type your state!
"; $send = "no"; } //Check value of $_POST[sender_zip] if ($_POST[sender_zip] == "") { $zip_err = "Please type your zip code!
"; $send = "no"; } //Check value of $_POST[sender_phone] if ($_POST[sender_phone] == "") { $zip_err = "Please type your zip code!
"; $send = "no"; } if ($send !="no") { //it's ok to send!, so build the mail $msg = "NEED HELP! Request for MOLD Inspector from moldtestkit.com\n\n"; $msg .= "Name:\n $_POST[sender_name]\n\n"; $msg .= "Email:\n $_POST[sender_email]\n\n"; $msg .= "Address:\n $_POST[sender_address]\n\n"; $msg .= "City:\n $_POST[sender_city]\n\n"; $msg .= "State:\n $_POST[sender_state]\n\n"; $msg .= "Zip:\n $_POST[sender_zip]\n\n"; $msg .= "Phone:\n $_POST[sender_phone]\n\n"; $msg .= "How found PRO-LAB:\n $_POST[sender_find]\n"; $msg .= "Message:\n $_POST[message]\n\n"; $to = "help@prolabinc.com"; $subject = "NEED HELP! Request for Mold Inspector from moldtestkit.com"; $mailheaders = "From: PRO-LAB \n"; $mailheaders .= "Reply-To: $_POST[sender_email]\n"; //send the mail mail($to, $subject, $msg, $mailheaders); //display confirmation to user echo "

The Form has been sent!

"; echo "

Thank You.

"; } else if ($send == "no") { //print error messages echo "$name_err"; echo "$email_err"; echo "$address_err"; echo "$city_err"; echo "$state_err"; echo "$zip_err"; echo "$phone_err"; echo "$message_err"; echo "$form_block"; } } ?>