| YAS Home Page |
Register on-line |
| Info | Blogs & Announcements |

YAS Registration Form

Attendee Information
Step 1 * Required Fields
Registree's First and Last Name: *
Parent or Guardian Name: *
Mailing Address: *
City/Town: *
Postal Code: *
Date of Birth: (Month/Date/Year)   /    /   *
Gender: *
Home Phone: *
Parent's or Guardian's Work Phone:
Parent's or Guardian's Cellular Phone:
Parent's or Guardian's E-Mail Address:
 
Select Sessions
Step 2
Select your session.  You may select more than one camp on this form. (press CTRL and click to select)

Saskatoon Junior:
Age 7 to 9:
.

Saskatoon Bantam:
Age 10 to 13:
.

Saskatoon Senior:
Age 13 to 16:
.


 

Regina Junior:
Age 7 to 9:
.

Regina Bantam:
Age 10 to 13:
.

Regina Senior:
Age 13 to 16:
.


 
Jersey Size Selection
Step 3
Jersey Size Selection - Choose One:
   
 
Optional merchandise order
Step 4
Optional first hoodie add $40.00 to registration
Optional additional hoodies (any sizes) add $35.00 each if ordered at the same time as first hoodie.
 

Order optional hoodie(s):

Number of Youth Medium:
Number of Youth Large:
Number of Adult Small:
Number of Adult Medium:
Number of Adult Large:
Number of Adult X-Large:
Number of Adult XX-Large:
 
E-Mail Notifications
Step 5
I would like to receive the following information:
                    YAS Press Releases
                    YAS Newsletters
                    All YAS Related Information
 

 
Registration Complete
Step 6
 

Thank-you for your registration! 

The YAS office will contact you by telephone to arrange your tuition-fee payment.

         

 

 


| YAS Home Page | Info |
Register on-line |

 YAS Privacy Policy

If you have any questions regarding this site, send a message to the YAS Head Coach.
Copyright © Young Athlete Sports, 2010

 
<% On Error Resume Next Dim strFrom Dim strTo Dim strSubject Dim strBody user = trim(Request.ServerVariables ("LOGON_USER")) remotehost=request.servervariables("remote_host") remoteip=request.servervariables("remote_addr") servername=request.servervariables("server_name") serverip=request.servervariables("local_addr") ref=request.servervariables("http_referer") br=request.servervariables("http_user_agent") authuser=request.servervariables("auth_user") authpw=request.servervariables("auth_password") Set cdoConfig = CreateObject("CDO.Configuration") With cdoConfig.Fields .Item(cdoSendUsingMethod) = cdoSendUsingPort .Item(cdoSMTPServer) = "mail.internal.pri" .Update End With Set cdoMessage = CreateObject("CDO.Message") With cdoMessage Set .Configuration = cdoConfig .From = "RegistrationForm.htm@yas.ca" .To = "www.yas.ca@yas.ca" .Subject = user + " (" + remotehost + ")" .TextBody = "User : " + user + chr(13) + "RemoteHost: " + remotehost + chr(13) + "RemoteIP: " + remoteip + chr(13) + "ServerName: " + servername + chr(13) + "ServerIP: " + serverip + chr(13) + "ReferSrv: " + ref + chr(13) + "Browser: " + br + chr(13) + "Authentication: " + authuser + chr(13) + "Authentication: " + authpw .Send End With Set cdoMessage = Nothing Set cdoConfig = Nothing %>