function ChangeValue(option_value,combo_name) { var elem=document.getElementById(combo_name); for(var i=0; i < document.contactform.state.length; i++) { if(elem.options[i].value == option_value) { elem.options[i].selected = true; } } }
Request a free no obligation rate quote from us now from 9am-7pm Eastern! We provide ADT professionally installed home/apartment security systems to fit every need and budget, wireless, wired, basic, premium, advanced monitoring, cameras and more!
"; for ($errorCt=0; $errorCt < count($errors); $errorCt++) { if ($errorCt == 0) { $body.=""; } $body.="
You have the following errors on your order form, they are also marked in red below
"; $is_error = 1; } $formError = $errors[$errorCt]; $body.="
  • ".$formError."
  • "; } if ($is_error) { $body.="
    First Name:
    Last Name:
    City:  
    State:
    Zip:
    Day Phone:
    Evening Phone:
    Email:  
    Best time to call:
    ADT Security rates are some of the best in the residential residential security arena. Not only do we have the best home security systems and alarm systems available for you, we also provide personal service. How personal? So personal, that if you need help with your unit, one of our reps will come out to your house to fix it within hours (not that it will need it!). e also will be there with you every step of the way as you decide on what's best for you and your family. Take it from the pros at adtpros.com, will be with you every step of the way with:
    • latest home security technology, including one touch security pads with crystal clear lcd windows
    • wireless and easy to use residential security technology, with rock solid guarantees and no self-installation, we install our security systems for you in a snap and back them with 100% reliability and service you can trust!
    • Why buy from a dealer who is there today but gone tomorrow? Buy from a rock solid company with over 10000 employees, and buy from a local employee who is officially certified with ADT and knows how to protect your home with honest, integrity and a personal touch that only a true security professional can provide!
    "; $footer = getFooter(); echo "$header $body $footer"; } if ($_POST["submitbtn"] != "Submit") { $submitbtn = $_POST["submitbtn"]; echo "SUBMIT: $submitbtn
    "; dispContactForm(); } else { $errorClasses=array(); $errors=array(); $validForm = 1; if ($first_name=="") { $errors[]="Please enter a first name "; $errorClasses["firstname"] = "error"; $validForm = 0; echo "GOT first
    "; } if ($last_name=="") { $errors[]="Please enter a last name "; $errorClasses["lastname"] = "error"; $validForm = 0; echo "GOT last
    "; } if ($city == "") { $errors[]="Please enter a valid city "; $errorClasses["city"] = "error"; echo "GOT city
    "; $validForm = 0; } if ($state == "not_given") { $errors[]="Please choose a valid state "; $errorClasses["state"] = "error"; echo "GOT state
    "; $validForm = 0; } if ($phone_time == "not_given") { $errors[]="Please choose a valid time."; $errorClasses["phone_time"] = "error"; echo "GOT phone
    "; $validForm = 0; } if ($zip =="") { $errors[]="Please enter a valid zip code "; $errorClasses["zip"] = "error"; echo "GOT zip
    "; $validForm = 0; } if (checkPhone($phone,$phoneError) == 0) { echo "GOT phone CHECK PHONE FUNCTION
    "; $errors[]=$phoneError; $validForm = 0; $errorClasses["phone"]="error"; } if (checkPhone($phone2,$phoneError) == 0) { echo "GOT phone CHECK PHONE FUNCTION 2
    "; $errors[]=$phoneError; $validForm = 0; $errorClasses["phone2"]="error"; } if (checkEmail($email) == 0) { echo "GOT EMAIL CHECK PHONE FUNCTION
    "; $errors[]="Please enter a valid email address i.e. tom@goodtimetickets.com"; $validForm = 0; $errorClasses["email"] = "error"; } if ($validForm == 0) { echo "GOT phone CHECK FORM FUNCTION
    "; dispContactForm(); } else { $ip = GetHostByName($REMOTE_ADDR); $ref = $_SERVER['HTTP_REFERRER']; $phone_time = $_POST["phone_time"]; mail("info@vanillaafro.com","SALES LEAD submitted on ".gmdate('l, F j, Y', time())," newsletter - news contacts for ADT security lead: \n\n email: $email \n name: $first_name $last_name \n city: $city \n state: $state_return - $state \n zip: $zip\n phone: $phone\n second phone: $phone2\n best time to call: $phone_time \n referer: $ref \n ip address: $ip \n "); mail("info@vanillaafro.com","SALES LEAD submitted on ".gmdate('l, F j, Y', time())," \n\n email: $email \n name: $first_name $last_name \n city: $city \n state: $state_return - $state \n zip: $zip\n phone: $phone\n second phone: $phone2\n best time to call: $phone_time \n "); header("location:http://www.adtpros.com/thanks.html"); } } ?>