if($method==3){ ?>
Waiting List Registration Confirmation Page
}else{?>
Registration Confirmation Page
}?>
|
| |
echo "Dear $name,
Thank you for registering for ";
echo "the Family and Youth Services Bureau's (FYSB's) National Youth Summit. Your registration information has been
submitted successfully. ";
if($method==3){
echo " You have been placed on the waiting list for the Family and Youth Services Bureau's (FYSB's) National Youth Summit.
";
echo " The confirmation has been sent to your e-mail address.
Your waiting list confirmation number is ",$_POST["CUSTID"],". You can use this
number if you contact us with any questions at ";?>summit@ncfy.com echo ", or call at (301) 608-8098.
Thank you for your interest in the National Youth Summit!
";
}else{
if($bday==1){
echo "Before we can send you an e-mail with your confirmation number, we need to receive a signed Parental/Guardian Consent Form and return it to us by mail, or fax it no later than July 5.
Your registration will not be complete without a signed Parental/Guardian Consent Form.
";
}else{
if(strlen($psw)>0){
echo "A confirmation e-mail has been sent to you with more details about the Summit.
";
echo "Your PIN number is ",$psw,". ";
}else{
echo "Two confirmation e-mails have been sent to you, one from Verisign, Inc. and another from JBS, Inc., both with more
details about the Summit.
";
}
echo "Your confirmation number is ",$_POST["CUSTID"],".";
}
if($speaker==1){
echo " For all speakers/presenters: Please read and sign the Presenter Information Form and return to us by mail or fax no later than May 14. (You can download the form by clicking on the link above.)
";
}
echo " If you have questions regarding your registration, please contact FYSB's National Clearinghouse on Families and Youth at (301)
608-8098, ";?> or summit@ncfy.com.
echo " Please provide your confirmation number to assist us in serving you.";?>
}?>
|