<% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Session.LCID = 1033 Err.Clear strErrorUrl = "coaches_available_submit.asp" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("coaches_available_submit_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(29) Dim arFormDBFields0(29) Dim arFormValues0(29) arFormFields0(0) = "Highest_Playing_Experience_Level_3" arFormDBFields0(0) = "Highest_Playing_Experience_Level_3" arFormValues0(0) = Request("Highest_Playing_Experience_Level_3") arFormFields0(1) = "Experience_4" arFormDBFields0(1) = "Experience_4" arFormValues0(1) = Request("Experience_4") arFormFields0(2) = "First_Name" arFormDBFields0(2) = "First_Name" arFormValues0(2) = Request("First_Name") arFormFields0(3) = "Highest_Coaching_Experience_Level_1" arFormDBFields0(3) = "Highest_Coaching_Experience_Level_1" arFormValues0(3) = Request("Highest_Coaching_Experience_Level_1") arFormFields0(4) = "Highest_Playing_Experience_Level_4" arFormDBFields0(4) = "Highest_Playing_Experience_Level_4" arFormValues0(4) = Request("Highest_Playing_Experience_Level_4") arFormFields0(5) = "Experience_5" arFormDBFields0(5) = "Experience_5" arFormValues0(5) = Request("Experience_5") arFormFields0(6) = "Highest_Coaching_Experience_Level_2" arFormDBFields0(6) = "Highest_Coaching_Experience_Level_2" arFormValues0(6) = Request("Highest_Coaching_Experience_Level_2") arFormFields0(7) = "Highest_Playing_Experience_Level_5" arFormDBFields0(7) = "Highest_Playing_Experience_Level_5" arFormValues0(7) = Request("Highest_Playing_Experience_Level_5") arFormFields0(8) = "Email_Address" arFormDBFields0(8) = "Email_Address" arFormValues0(8) = Request("Email_Address") arFormFields0(9) = "Highest_Coaching_Experience_Level_3" arFormDBFields0(9) = "Highest_Coaching_Experience_Level_3" arFormValues0(9) = Request("Highest_Coaching_Experience_Level_3") arFormFields0(10) = "Highest_Coaching_Experience_Level_4" arFormDBFields0(10) = "Highest_Coaching_Experience_Level_4" arFormValues0(10) = Request("Highest_Coaching_Experience_Level_4") arFormFields0(11) = "Highest_Coaching_Experience_Level_5" arFormDBFields0(11) = "Highest_Coaching_Experience_Level_5" arFormValues0(11) = Request("Highest_Coaching_Experience_Level_5") arFormFields0(12) = "Last_Name" arFormDBFields0(12) = "Last_Name" arFormValues0(12) = Request("Last_Name") arFormFields0(13) = "Phone_Number" arFormDBFields0(13) = "Phone_Number" arFormValues0(13) = Request("Phone_Number") arFormFields0(14) = "City" arFormDBFields0(14) = "City" arFormValues0(14) = Request("City") arFormFields0(15) = "Sport_1" arFormDBFields0(15) = "Sport_1" arFormValues0(15) = Request("Sport_1") arFormFields0(16) = "Sport_2" arFormDBFields0(16) = "Sport_2" arFormValues0(16) = Request("Sport_2") arFormFields0(17) = "Sports" arFormDBFields0(17) = "Sports" arFormValues0(17) = Request("Sports") arFormFields0(18) = "Experience_1" arFormDBFields0(18) = "Experience_1" arFormValues0(18) = Request("Experience_1") arFormFields0(19) = "Sport_3" arFormDBFields0(19) = "Sport_3" arFormValues0(19) = Request("Sport_3") arFormFields0(20) = "Current_Position" arFormDBFields0(20) = "Current_Position" arFormValues0(20) = Request("Current_Position") arFormFields0(21) = "State" arFormDBFields0(21) = "State" arFormValues0(21) = Request("State") arFormFields0(22) = "Highest_Playing_Experience_Level_1" arFormDBFields0(22) = "Highest_Playing_Experience_Level_1" arFormValues0(22) = Request("Highest_Playing_Experience_Level_1") arFormFields0(23) = "Experience_2" arFormDBFields0(23) = "Experience_2" arFormValues0(23) = Request("Experience_2") arFormFields0(24) = "Sport_4" arFormDBFields0(24) = "Sport_4" arFormValues0(24) = Request("Sport_4") arFormFields0(25) = "Location" arFormDBFields0(25) = "Location" arFormValues0(25) = Request("Location") arFormFields0(26) = "Highest_Playing_Experience_Level_2" arFormDBFields0(26) = "Highest_Playing_Experience_Level_2" arFormValues0(26) = Request("Highest_Playing_Experience_Level_2") arFormFields0(27) = "Experience_3" arFormDBFields0(27) = "Experience_3" arFormValues0(27) = Request("Experience_3") arFormFields0(28) = "Sport_5" arFormDBFields0(28) = "Sport_5" arFormValues0(28) = Request("Sport_5") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 If Request.ServerVariables("REMOTE_HOST") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_HOST"), "Remote_computer_name" End If If Request.ServerVariables("HTTP_USER_AGENT") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type" End If FP_SaveFieldToDB fp_rs, Now, "Timestamp" If Request.ServerVariables("REMOTE_USER") <> "" Then FP_SaveFieldToDB fp_rs, Request.ServerVariables("REMOTE_USER"), "User_name" End If fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close Session("FP_SavedFields")=arFormFields0 Session("FP_SavedValues")=arFormValues0 Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") Response.Redirect "form_submission_confirmation.htm" End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> NCSAA - Coaches Available Submission Form

       

 

Coaches'

Services

Certification and

Accreditation

Equipment

Program

Community

Programs

Speakers' Bureau Awards Recruiting Service

Stat Ranking

Service

 

Coaches Available Submission Form

 

If you are seeking an opportunity to coach at a Christian school and would like your name, credentials, and contact information to be placed on our site, please complete and submit the following form.  Submitted information is added to our site immediately after it is submitted.

 

If you are hired for a coaching position or your information is posted on the site incorrectly, please contact us so that we can remove or revise your listing.  Thanks!

 

First Name:
Last Name:
City:  
State:

 

Please select (from the drop-down list below) ALL of the sports that you are qualified and/or willing to coach.

(To select multiple sports, press and hold down the "CTRL" button while selecting additional sports.)

 

 

 

Please provide the following details for a maximum of five (5) sports that you are qualified and/or willing to coach.

(Enter "0" (zero) in the "years of coaching experience" input box for any sport that you do not complete below.)

 

Sport #1:   Years of coaching experience:

Highest level of coaching experience:

Highest level of playing experience:

Sport #2:  (Optional) Years of coaching experience:

Highest level of coaching experience:

Highest level of playing experience:

Sport #3:  (Optional) Years of coaching experience:

Highest level of coaching experience:

Highest level of playing experience:

Sport #4:  (Optional) Years of coaching experience:

Highest level of coaching experience:

Highest level of playing experience:

Sport #5:  (Optional) Years of coaching experience:

Highest level of coaching experience:

Highest level of playing experience:

 

 Are you willing to coach outside of your present local area?

    No, I am only willing to coach in my local area.

    Yes, I would be willing to drive a reasonable distance to coach.

    Yes, I would even be willing to consider relocating in order to coach.

 

Current position (optional):

 

Your phone number:

 

Your e-mail address:

 

 

If there any errors in the form you submit, you will be returned to this page.

 

If you submit this form successfully, you will be redirected to a confirmation page.

© Copyright 2007 NCSAA.  All rights reserved.