if ($submit != "Submit Information") {
?>
Boppin' Babies
Information Request
If you would like to receive more information about the Boppin'
Babies program by mail or by phone, please complete and submit the
online form below.
|
} else {
$receiver = "upperfallsdance@comcast.net";
$msg = "";
$msg .= "Prefix: $prefix\n";
$msg .= "First Name: $first_name\n";
$msg .= "Last Name: $last_name\n";
$msg .= "Phone: $phone\n";
$msg .= "Email Address: $email\n";
$msg .= "Street Address: $address\n";
$msg .= "City: $city\n";
$msg .= "State: $state\n";
$msg .= "Zip: $zip\n";
$msg .= "Comments: $comments\n";
?>