$(document).ready(function(){
   $("#contactsubmit").click(function() {
       $("#contact").submit();
       
    })  
});