% If (Request.Form("Submitted") = "Submitted") Then ''// this only gets executed when the ValidateFom function returns true! Meaning all conditions have been met! myName = Trim(Request.Form("yName")) myCompany = Trim(Request.Form("yCompany")) myEmail = Trim(Request.Form("emailAddress")) myNum = Trim(Request.Form("phoneNumber")) myLocation = Trim(Request.Form("location")) myProjectType = Trim(Request.Form("projectType")) myTimeline = Trim(Request.Form("timeline")) myWebBudget = Trim(Request.Form("webBudget")) myPrintBudget = Trim(Request.Form("printBudget")) myHosting = Trim(Request.Form("hosting")) myComments = Trim(Request.Form("comments")) ''// change this value to redirect to different page redirectTo = "thanku.htm" mailAdmin = "contact@stonewaterson.com" mailSubject = "Quote Request - Stone Waterson" HTMLBody = CStr("
The following person has submitted a quote request on the Stone Waterson website. Please enter your requirements below.
We will respond within 24 hours.
Stone Waterson, Inc.
5609 Dalcastle Hill NW
Calgary, Alberta
Canada, T3A 2A2
tel. 403.850.3716
email. contact@stonewaterson.com