It's me again... back to bother you. I just realized that after I modified this code it no longer validates the first part where I am validating "Name, Last Name, Title, Contract"
<!--FORM FIELD VALIDATION-->
<script type="text/javascript">
function validate_required(field,alerttxt)
{
with...