if ( $_POST['email'] ) { $subject = "Monster Transcription - Contact Form"; $recipient = "info@monstertranscription.com"; $headers = "From: ". $_POST["email"]; $body .= "Last Name: " .$_POST["last_name"]. "\n\n"; $body .= "First Name: " .$_POST["first_name"]. "\n\n"; $body .= "Facility/Organization: " .$_POST["facility"]. "\n\n"; $body .= "Facility Address: " .$_POST["facility_address"]. "\n\n"; $body .= "Facility Address 2: " .$_POST["facility_address_2"]. "\n\n"; $body .= "City: " .$_POST["city"]. "\n\n"; $body .= "State: " .$_POST["state"]. "\n\n"; $body .= "Zip: " .$_POST["zip"]. "\n\n"; $body .= "Contact Phone: " .$_POST["contact_phone"]. "\n\n"; $body .= "Best Time To Contact: " .$_POST["best_time_to_contact"]. "\n\n"; $body .= "Fax: " .$_POST["fax"]. "\n\n"; $body .= "Email: " .$_POST["email"]. "\n\n"; $body .= $_POST["freetrial"]. "\n\n"; $body .= "Description: " .$_POST["description"]. "\n\n"; mail( $recipient, $subject, $body, $headers); } ?>
|
|||||||
![]() | |||||||
|
|||||||
|