Contact Us

' .$sitename. '
' : ''; $xsiteaddr = ($siteaddress2 != '') ? 'Office Location & Mailing Address
' .$siteaddress2. '
' : ''; $xsitestate = ($sitestate2 != '') ? $sitestate2. '
' : ''; $xsiteaddr2 = ($siteaddress != '') ? '
Physical Location of Cemetery
' .$siteaddress. '
' : ''; $xsitestate2 = ($sitestate != '') ? $sitestate. '
' : ''; $xsitephone = ($sitephone != '') ? '
Phone: ' .$sitephone. '
' : ''; $xsitefax = ($sitefax != '') ? 'Fax: ' .$sitefax. '
' : ''; // $xsiteemail = ($siteemail != '') ? '
E-mail:
' .secure_email(). '
' : ''; $xsiteemail = ($siteemail != '') ? 'E-mail: ' . $siteemail . '
' : ''; $xsitecont1 = ($sitecontact1 != '') ? $sitecontact1. '
' : ''; $xsitephon1 = ($sitephone1 != '') ? 'Phone: ' .$sitephone1. '
' : ''; // $xsiteemail1 = ($siteemail1 != '') ? 'E-mail: ' .$siteemail1. '
' : ''; $xsitecont2 = ($sitecontact2 != '') ? '
'.$sitecontact2. '
' : ''; $xsitephon2 = ($sitephone2 != '') ? 'Phone: ' .$sitephone2. '
' : ''; // $xsiteemail2 = ($siteemail2 != '') ? 'E-mail: ' .$siteemail2. '
' : ''; echo $xsitename. ' ' .$xsiteaddr. ' ' .$xsitestate. ' ' .$xsiteaddr2. ' ' .$xsitestate2. ' ' .$xsitephone. ' ' .$xsitefax. ' ' .$xsiteemail. ' ' .$xsitecont1. ' ' .$xsitephon1. ' ' .$xsiteemail1. ' ' .$xsitecont2. ' ' .$xsitephon2. ' ' .$xsiteemail2; ?>
Thank you for contacting us via our online form.
Your information has been sent and will be reviewed promptly.
If necessary, you will be contacted by a representative as soon as possible.

'; if(!empty($e_emai)) { $emailfrom = $e_emai; } else { $emailfrom = $dnremail; } //end if email $msg .= "Name: \t ".$e_name."\n"; $msg .= "Address: \t ".$e_addr."\n"; $msg .= "City: \t ".$e_city."\n"; $msg .= "State: \t ".$e_stat."\n"; $msg .= "Zip: \t\t ".$e_zip."\n"; $msg .= "Phone: \t ".$e_phon."\n"; $msg .= "Email: \t ".$e_emai."\n"; $msg .= "Message: \t ".$e_mesg."\n\n"; $to = $siteemail; // $to = "support@eaglewebdesigns.com"; // for testing purposes only $subject = 'Contact form from '.$sitename.' website'; $headers = "From: ".$emailfrom."\n\n"; mail($to, $subject, $msg, $headers); } else { echo '
Please fill out the following information and we will contact you if necessary.
'; if ($error) echo '
The Following Errors Occurred:
    '.$errormsg.'
'; echo '
Contact Form
Your name, email address, and a message are required fields.
'; } ?>