return false;
}
else if (obj_type == "SINGLE_VALUE_RADIO" || obj_type == "SINGLE_VALUE_CHECKBOX")
{
if (obj.checked)
return true;
else
return false;
}
else if (obj_type == "RADIO" || obj_type == "CHECKBOX")
{
for (i=0; i < obj.length; i++)
{
if (obj[i].checked)
return true;
}
return false;
}
}
function _CF_checkjoin(_CF_this)
{
if (!_CF_hasValue(_CF_this.fname, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.fname, _CF_this.fname.value, "Please enter your First Name"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.lname, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.lname, _CF_this.lname.value, "Please enter your Last Name"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.email, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.email, _CF_this.email.value, "Please enter your Email Address"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.street, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.street, _CF_this.street.value, "Please enter your Street Address"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.city, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.city, _CF_this.city.value, "Please enter your City"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.zip, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.zip, _CF_this.zip.value, "Please enter your State"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.dob, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.dob, _CF_this.dob.value, "Please enter your Date of Birth"))
{
return false;
}
}
return true;
}
//-->
 |
 |
To join the Pond and be invited to future parties, please fill out your information below.
|
 |
 |
|