|
Contact
If you are interested in finding out more about the Coaching From Spirit programs, need help with a customer service issue, or anything specific, please let us know what we can do for you. Just fill in the form below..we would love to hear from you.
var icpForm2002 = document.getElementById('icpsignup2002');
if (document.location.protocol === "https:")
icpForm2002.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired2002() {
if (icpForm2002["fields_email"].value == "") {
icpForm2002["fields_email"].focus();
alert("The Email field is required.");
return false;
}
if (icpForm2002["fields_fname"].value == "") {
icpForm2002["fields_fname"].focus();
alert("The First Name field is required.");
return false;
}
if (icpForm2002["fields_lname"].value == "") {
icpForm2002["fields_lname"].focus();
alert("The Last Name field is required.");
return false;
}
if (icpForm2002["fields_phone"].value == "") {
icpForm2002["fields_phone"].focus();
alert("The Phone field is required.");
return false;
}
return true;
}
|