
function submitform()
{
 if(document.create_kit.onsubmit())
 {//this check triggers the validations
    document.create_kit.submit();
 }
}
