tej samej stronie co formularz (pod formularzem i chodzi o to że ten napis wpisz imie jest już
przed wciśnięciem przycisku wysyłania a to powinien być po wciśnięciu , i mam pytanie co tu zrobić
<form action="" method="POST" onsubmit="return validateForm(this);"> <label>» Imię: </label> <small>( min.3 znaki)</small> <br> <input type="text" name="imie"style="height: 30px; width: 190px;"size="25" required="required" placeholder="imie" pattern="[A-Za-z0-ˇą-Żż]{3,}" /> </p> <br><br> <label>» Nazwisko:</label> <small>( min. 3 znaki)</small><br> <input type="text" name="nazwisko"style="height: 30px; width: 190px;"size="25" required="required" placeholder="nazwisko" pattern="[A-Za-z0-ˇą-Żż]{3,}" /> </p> <br><br> <label>» E-mail: </label> <small>(wymagane w celu otrzymania odpowiedzi)</small> <br> <input type="text" name="email"style="height: 30px; width: 190px; size="25" required="required"placeholder="email" pattern="([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})"> <br><br> <label>» Treść:</label> <small>(min. 3 znaki)</small> <br> <textarea name="tresc"cols="37px;" rows="10" required="required" placeholder="treść wiadomości" pattern="[A-Za-z0-ˇą-Żż]{3,}" /></textarea> <br><br> <label>Weryfikacja tożsamości przepisz tekst by wysłać </label> <br><br> <img src="foty/captha.jpg"height=50 width=250 alt="zrobie strone"><br><br> <input type="text" name="wery"style="height: 30px; width: 165px;"> <br><br> <input type="image" name="B1"src="foty/wysl.gif"> </form> <?php $adres = "xxx@xxx.xx"; $temat = "FORMULARZ"; $tresc = "Imie ".$_POST["imie"]." nazwisko: ".$_POST["nazwisko"]." email: ".$_POST["email"]." Wiadomość: ".$_POST["tresc"]."."; if(function_exists('mail')) { { } { } { } { } else { } } else { echo "<c>Niestety funkcja mail() jest wyłączona na tym serwerze. Nie mogę wysłać danych z formularza.</c>"; }