Name: ".$cName."
\n". "Phone: ".$cPhone."
\n". "Email: ".$cEmail."
\n". "Message: ".$cMessage."
\n"; if( empty($cName) ) { $error = true; $errorMsg .= "You Must Supply a First and Last Name.
"; } if( empty($cEmail) ) { $error = true; $errorMsg .= "You Must Supply an Email Address
"; } require_once( "class.phpmailer.php" ); $mail = new PHPMailer(); $mail->IsHTML(true); $mail->Subject = "Cohen & Fila Contact Form"; $mail->AddAddress("info@cohenandfila.com"); $mail->From = $cEmail; $mail->FromName = $cName; $mail->Body = $mailBody; if( !$error ) { if( $mail->Send() ) { $success = true; $successMsg = "Thank you for contacting our team. We have received your message and will reply back shortly. We look forward to speaking with you and thank you for contacting Cohen & Fila."; } else { $error = true; $errorMsg = "Unable to Send Message. Please Try Again."; } } } ?> Cohen & Fila - Law Group | Bankruptcy Law | Memphis bankruptcy lawyers


".$errorMsg."
"; if( $success ) echo "
".$successMsg."
"; if( !$success ) { ?>
If you are looking to contact Cohen and Fila feel free to fill out the form below or contact us immediately by dialing the number above.

You could also email us directly at

tfila@cohenandfila.com
jcohen@cohenandfila.com

We look forward to working with you and thank you for your time. Thank you for contacting Cohen & Fila.

Name:
Phone:
Email:
Message: