if ($submitflag != '') {
// if (($appname != '') && ($appemail != '')) {
if (($recname == '') || ($recemail == '')) {
$fromemail = "glhb-registrations@harmonybrigade.org";
$fromname = $appname;
} else {
$fromemail = "glhb-registrations@harmonybrigade.org";
$fromname = $recname;
}
//$toemail = "webmaster@harmonybrigade.org";
$toemail ="adctenor@comcast.net, wstuttsjr@gmail.com, Bill.McAndrew24@gmail.com, glhb-registrations@harmonybrigade.org";
// $toemail ="glhb@harmonybrigade.org, Bill.McAndrew24@gmail.com, rob.ryan@sbcglobal.net, p2trebor@gmail.com, adctenor@comcast.net, bbsmike@comcast.net, glhbrigade@gmail.com";
//$toemail = "glhb-registrations@harmonybrigade.org";
$subject = "GLHB 2020 - Charles Rose Scholarship Fund Application for - ".$appname;
////////// Form message here
//$message = "GLHB 2019 Charles Rose Scholarship Fund Application Submitted from Website.\n\n".
// "RECOMMENDER::\n".
// "NAME: ".$recname."\n".
// "PHONE: ".$recphone." EMAIL: ".$recemail."\n".
// "ADDRESS: ".$recaddress."\n".
// "CITY: ".$reccity." STATE: ".$recstate." ZIP: ".$reczip."\n".
// "\n".
// "APPLICANT::\n".
// "NAME: ".$appname."\n".
// "PHONE: ".$appphone." EMAIL: ".$appemail."\n".
// "ADDRESS: ".$appaddress."\n".
// "CITY: ".$appcity." STATE: ".$appstate." ZIP: ".$appzip."\n".
// "\n".
// "VOICE PART: ".$part." CHAPTER: ".$chapter." AMOUNT REQUESTED: ".$amount."\n".
// "\n".
// "QUARTET EXPERIENCE: ".$quartet."\n".
// "SUITABLE: ".$suitable."\n".
// "FINANCIAL ISSUES: ".$financial."\n".
// "COMMENTS: ".$comments."\n".
// "\n\n";
$message = "GLHB 2020 Charles Rose Scholarship Fund Application Submitted from Website. \n\n".
$message .= "
";
$message .= "| APPLICANT: | \n".
"| NAME: | ".$appname." | \n".
"| PHONE: | ".$appphone." | \n".
"| EMAIL: | ".$appemail." | \n".
"| ADDRESS: | ".$appaddress." | \n".
"| CITY: | ".$appcity." | \n".
"| STATE: | ".$appstate." | \n".
"| ZIP: | ".$appzip." | \n".
"| VOICE PART: | ".$part." | \n".
"| CHAPTER: | ".$chapter." | \n".
"| AMOUNT REQUESTED: | ".$amount." | \n".
"| FINANCIAL ISSUES: | ".$financial." | \n".
"| COMMENTS: | ".$comments." | \n";
$message .= " \n\n |
\n";
$headers = 'From: glhb-registrations@harmonybrigade.org' . "\r\n".
'Content-type: text/html; charset=iso-8859-1' ."\r\n";
$mailsend = mail($toemail, $subject, $message, $headers);
// imap_mail("$toemail", "$subject", "$message",
// "From: $fromname <$fromemail>\n");
print "
Thank you.
The Application has been sent.
Close Window and go back to main page.
";
include("footer.php");
exit;
// } else { Print "All Fields not Filled out.
Please Try Again.
"; }
}
?>
Charles Rose Scholarship Fund
Application Form
Instructions:
After reading the guidelines, this form should be completed by participants needing assistance. Submit the completed form BEFORE April 30th.
|
include("footer.php");
?>