";
$receipt .= "
| Your claim has been submitted. Please print out this page for your reccords. |
\r\n";
$receipt .= "| Date: | ".$_POST['date']." |
\r\n";
$receipt .= "| Debtor: | ".$_POST['debtor']." |
\r\n";
$receipt .= "| Address: | ".$_POST['address']." |
\r\n";
$receipt .= "| Principal Name: | ".$_POST['name']." |
\r\n";
$receipt .= "| Principal Phone: | ".$_POST['phone']." |
\r\n";
$receipt .= "| Amount Due: | ".$_POST['due']." |
\r\n";
$receipt .= "| Debtor's Bank: | ".$_POST['bank']." |
\r\n\r\n";
$receipt .= "| Client's Information |
\r\n\r\n";
$receipt .= "| Authorizing Name: | ".$_POST['authorizing']." |
\r\n";
$receipt .= "| Company Name: | ".$_POST['company']." |
\r\n";
$receipt .= "| Address: | ".$_POST['address1']." ".$_POST['city']." |
\r\n";
$receipt .= "| Phone Number: | ".$_POST['phone1']." |
\r\n";
$receipt .= "| Fax Number: | ".$_POST['fax']." |
\r\n";
$receipt .= "| Comments: | ".$_POST['comments']." |
\r\n";
$receipt .= " |
";
foreach($HTTP_POST_VARS as $key => $value) {
if ($key != 'name' && $key != 'phone' && $key != 'comments' && $value == '') {
$errorCount++;;
}
}
if ($errorCount == 0) {
// Send the e-mail
mail('info@gotocri.com', 'New Claim Filed', $message, 'From: Claims');
$successCount++;
}
}
?>
File a Claim
|
| |
Our
Motto: “Sooner or Later you’re going to
pay the Pipher!” |
|
|
|
|