I am definitely having issues! It works with JSFiddle, but not when it's implemented on the actual page. I removed the include for 1.3.2 yesterday and it still doesn't work. I know the contact.js file is working because if I remove the include for it, the validation (which is included in that file) stops working for the other form fields. I also know it's connecting to the JQuery library for the same reason, if I remove it, certain things stop working. I don't understand what the issue is! AGH! http://jsfiddle.net/s6zz9/5/ has everything within the body tag and everything in the separate .js file - it all works fine.
Everything before the <body>:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Have Questions?</title>
<link rel="shortcut icon" href="/template_imgs/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="DESCRIPTION" content="Have Questions?" />
<link href="../css/coastal-styles.css" rel="stylesheet" type="text/css" media="all" />
<link href="../css/contact.css" rel="stylesheet" type="text/css" media="all" />
<script src="../includes/jquery-1.6.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../includes/jquery.validate.js" type="text/javascript" charset="utf-8"></script>
<script src="../includes/jquery.form.js" type="text/javascript" charset="utf-8"></script>
<script src="../includes/jquery.metadata.js" type="text/javascript" charset="utf-8"></script>
<script src="../includes/contact.js" type="text/javascript" charset="utf-8"></script>
</head>
Sorry I couldn't put it all together to read here, character limits prevent me from doing so.
Please assist! 🙂