First and foremost, I apologize in advance for the ignorance on my part - I do not know JavaScript at all and I am somewhat new to Stackoverflow and jsFiddle. I did my homework and was able to get the functionality working on jsFiddle, but now (what should be the easy part) I cannot apply it to my HTML code. The working code is here: http://jsfiddle.net/8p7J2/354/
Now that I have all the code I need (I'll add more styles later), how do I apply the JavaScript to the HTML? I tried this with no success:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Walser Rewards - Contact Us</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<script src="contact.js" type="text/javascript"></script>
</head>
Should it be in the header, right after/before the form, just before the /body tag, or somewhere else?