if ($_POST["submit"]) { $message = "New Client Information:\n\n" . $_POST["company_name"] . "\n" . $_POST["contact"] . "\n" . $_POST["phone"] . "\n" . $_POST["email"] . "\n" . $_POST["tag_line"] . "\n" . $_POST["type_of_business"] . "\n". $_POST["years_in_business"] . "\n" . $_POST["has_logo"] . "\n" . $_POST["no_logo"] . "\n". $_POST["wants_logo"] . "\n" . $_POST["does_not_want_logo"] . "\n" .$_POST["logo_description"] . "\n" . $_POST["interested_in_promo_materials"] . "\n" . $_POST["not_interested_in_promo_materials"] . "\n" . $_POST["promo_materials_discription"] . "\n" . $_POST["visual_identity"] . "\n". $_POST["target_market"] . "\n" .$_POST["primary_purpose"] . "\n" . $_POST["has_website"] . "\n" . $_POST["no_website"] . "\n". $_POST["url"] . "\n" . $_POST["dislikes"] . "\n" . $_POST["look"] . "\n" . $_POST["likes"] . "\n" . $_POST["competitors"] . "\n" . $_POST["pages"] . "\n". $_POST["payments"] . "\n" . $_POST["database"] . "\n" . $_POST["login"] . "\n". $_POST["search"] . "\n" . $_POST["forms"] . "\n" . $_POST["galleries"] . "\n" . $_POST["flash"] . "\n" . $_POST["audio"] . "\n" . $_POST["video"] . "\n". $_POST["blog"] . "\n" . $_POST["sitemap"] . "\n" . $_POST["month"] . "\n". $_POST["day"] . "\n" . $_POST["year"] . "\n". $_POST["comments"] . "\n\n"; mail("contact@ethicodewebdesign.com", "New client information from ethicodewebdesign.com", $message); header("Location: thank_you.html"); exit(); } ?>