Contact Us
Have a Question or Comment? Interested in some our services? Feel free to send us an email at [email protected], call or stop by one of our 3 convenient locations in St. Cloud, Hutchinson and Big Lake!
$subject = "Website Inquiry"; $action = $_POST['action']; $email = $_POST['email']; $how = $_POST['how']; $message = $_POST['message']; $name = $_POST['name']; if(isset($action) && $action=='submit') { $today = date("m-d-Y"); // gets today's date to include with the email $your_email = "admin@terning-ross.com"; // your email would go here $subject = $subject; // the subject of the email $message = "Name: $name \nEmail: $email \n Referred By: $how \n Message: $message"; $message_header = "Reply-to: $email \nFrom: $email"; if(mail($your_email,$subject,$message,$message_header)) { print "Thank you for contacting us, We will respond back to you as soon as we can.Have a Great Day!"; } else { print "There was an error sending this message. Try again."; } } else { ?> } ?>
St. Cloud Location
Address: | 1938 West Division St. St. Cloud, MN 56301-3971 |
Phone: | 320.253.1886 |
Fax: | 320.253.7906 |
Email: | [email protected] |
Hutchinson Location
Address: | 18482 202nd Circle Hutchinson, MN 55350 |
Phone: | 320.587.4916 |
Fax: | 320.396.6684 |
Email: | [email protected] |
Big Lake Location
Address: | 111 Lake St N Big Lake, MN 55309 |
Phone: | 763.263.3300 |
Email: | [email protected] |