';
if($contactform.phpseen!="y") {
print "$contactform.phpform";
} else {
$errstr="";
if (strlen($contactform.phpvar3)<1) {
$errstr.="Your Name value must be at least 1 character. ";
}
if (strlen($contactform.phpvar3)>50) {
$errstr.="Your Name value must not exceed 50 characters. ";
}
if (strlen($contactform.phpvar4)>128) {
$errstr.="Your EMail Address value must not exceed 128 characters. ";
}
if (!valid_email($contactform.phpvar4)) {
$errstr.="You entered an invalid Your EMail Address value. ";
}
if (strlen($contactform.phpvar5)>2000) {
$errstr.="Your comment value must not exceed 2000 characters. ";
}
if ($errstr!='') {
print '