$(document).ready(function () {
    $("#contactform").validate({
		submitHandler: function(form)
		{
			form.submit();
		}
	});  
});