To join the Spokane Motorsports Park mailing list, please complete the form below. We will send periodic emails with news and information regarding Spokane Motorsports Park. You may unsubscribe at any time.
IMPORTANT: After filling out this form you will receive an email that will contain a verification link. You must click that verification in your link to complete the subscription process. Sometimes these types of verifications will end up in your spam or junk folder, so be sure to check there if you don’t find it in your inbox. If you have trouble subscribing but would like to be on the list, please send an email to info@spokanemotorsportspark.com. Thank you.
function CheckMultiple2(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm2(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
if (f.format.selectedIndex == -1) { alert("Please choose a format to receive your email campaigns in"); f.format.focus(); return false; }
return true; };