function check_and_go() { //tresc -- textarea if( document.kontakt['kontakt[tresc]'].value == '' ) { alert( 'pole \'wpisz treść pytania\' jest wymagane' ) ; return ; } //telefon -- text if( document.kontakt['kontakt[telefon]'].value == '' ) { alert( 'pole \'telefon\' jest wymagane' ) ; return ; } //email -- text document.kontakt.submit() }