<form onsumbit="myfunc()"> ... </form>
function myfunc(){ if(!conditional){ return false; // Из за возврата false форма не сработает } }