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']); if (!isset($_POST['txtname'])) { ?>
Employment Application

Rocky Mountain Roof Doctors is accepting applications for:
Roofing Installers & Vinyl siding installers

Please include a resume if you have one by faxing it to:
Rocky Mountain Roof Doctors - Personnel 303-465-4222 or
Emailing it to: RockyMountainRoofDoctors@msn.com

To begin the application process, please complete this form:

Name
Address
Address 2
City/State/Zip
Telephone
Email Address
", "-f$email"); // Display the thankyou message echo $thankyou_message; } ?>