This is required for Form Validator to look and function correctly.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="/FormValidator/jquery.formvalidator.js"></script>
<form action="#" method="get" id="frmexample" name="frmexample">
<label for="field1">Field 1</label>
<input alt="fieldname 1" type="text" id="field1" name="field1" />
<br/>
<input type="submit" value="Send" />
</form>