<%@ Language=VBScript %> <% subFlag = Request.Form("subFlag") if subFlag = "" then subFlag = 0 ' Response.Write "subflag:" & subFlag firstname = Request.Form("firstname") lastname = Request.Form("lastname") title = Request.Form("title") schdistrict = Request.Form("schdistrict") schname = Request.Form("schname") schadd1 = Request.Form("schadd1") schadd2 = Request.Form("schadd2") schcity = Request.Form("schcity") schstate = Request.Form("schstate") schzip = Request.Form("schzip") schcountry = Request.Form("schcountry") schphone = Request.Form("schphone") rb_besttime = Request.Form("rb_besttime") email1 = Request.Form("email1") email2 = Request.Form("email2") rb_emailtype = Request.Form("rb_emailtype") question = Request.Form("question") cb_prefmeans1 = Request.Form("cb_prefmeans1") cb_prefmeans2 = Request.Form("cb_prefmeans2") cb_prefmeans3 = Request.Form("cb_prefmeans3") if len(trim(firstname)) = 0 then strtxt = "Please enter your first name.
" end if if len(trim(lastname)) = 0 then strtxt = strtxt+"Please enter your last name.
" end if if len(trim(title)) = 0 then strtxt = strtxt+"Please enter your title.
" end if if len(trim(schdistrict)) = 0 then strtxt = strtxt+"Please enter your school district.
" end if if len(trim(schname)) = 0 then strtxt = strtxt+"Please enter your school name.
" end if if len(trim(schadd1)) = 0 then strtxt = strtxt+"Please enter your school address.
" end if if len(trim(schcity)) = 0 then strtxt = strtxt+"Please enter your school city.
" end if if len(trim(schstate)) = 0 then strtxt = strtxt+"Please enter your school state.
" end if if len(trim(schzip)) = 0 then strtxt = strtxt+"Please enter your school zip.
" end if if len(trim(email1)) = 0 then strtxt = strtxt+"Please enter your e-mail address.
" end if if len(trim(email2)) = 0 then strtxt = strtxt+"Please verify your e-mail address.
" end if if subFlag = 1 then msgs=strtxt elseif subFlag = 2 then msgs="The e-mail addresses you entered do not match. Please re-enter your e-mail address.
" elseif subFlag = 3 then msgs="The e-mail information you entered is not in the proper format for an e-mail address. Please update your information using the following format:Name@companyname.com
" elseif subFlag = 4 then msgs="Please enter a valid phone number.
" else msgs="" end if %> Scholastic Online for Educators | Zip Zoom English: Contact Customer Service <% doMenu %>
Contact Zip Zoom
:  Contact Customer Service
If you have a non-technical question about Zip Zoom English, fill in the fields below and click submit. If you have a technical question, please click here now.

Required information is shown in boldfaced type and is preceded by an asterisk (*). Our Privacy Policy is available for your review.
<%if subFlag >= 1 then Response.Write "" end if %>
" & vbCrLf Response.Write ""&msgs&"
*First Name
*Last Name
*Title
*School District
*School Name
*School Address 1
School Address 2
*City
*State
*Zip Code
Country
Phone Number
Best Time to Call? checked <%end if%>value="am"> a.m. checked <%end if%>value="pm"> p.m.
*Email Address
*Confirm Email Address
Home or school email? checked <%end if%>value="H"> Home
checked <%end if%> value="S"> School
Please type your customer service question here.
Preferred means of communication (Check all that apply) checked <%end if%> value="email"> Email
checked <%end if%> value="phone"> Phone
checked <%end if%> value="regular mail"> Regular mail
 
<% doFooter %>