Nort Shore Shirts Contact Form:
North Shore Shirts
P.O. Box 9214
Tacoma, WA 98409
503.724.2629
support at northshoreshirts.com
Before using this form, please refer to our FREQUENTLY ASKED QUESTIONS page. It should answer all your questions. If you still have a request or customer service inquiry, please use the form below.
\n"; // your email client will show the person's email address like normal $headers .= "Content-Type: text/plain; charset=iso-8859-1\n"; // sets the mime type $recipient = "$site_owner_email"; // enter YOUR email address here $subject = "Contact From $site_name - $subject"; // this is the subject of the email $msg = wordwrap( $msg, 1024 ); $msg.="\n\n\IP Info: $REMOTE_ADDR - ".gethostbyaddr($REMOTE_ADDR)."\n"; mail($recipient, $subject, stripslashes($msg), $headers); // the mail() function sends the message to you // if everything is OK, print a thanks message print("Thanks For Getting In Touch
We have received your e-mail and will be responding shortly.
"); // UN COMMENT THIS WHEN YOUR'RE READY TO USE A FOOTER INCLUDE //include("footer.php"); exit; } } ?> Contact $site_name"); if(isset($submit)){ print("\n");
print("
\n");
}
?>
The following must be corrected before continuing.
\n"); print("- \n");
if(isset($name_warn)){
print("
- Please enter your name \n"); } if(isset($email_warn)){ print("
- Please enter a valid e-mail address \n"); } if(isset($msg_warn)){ print("
- Please enter a message \n"); } print("