Answer the question
In order to leave comments, you need to log in
How to make the text "Message sent" after sending a letter to the mail displayed in the right place and disappear after a couple of seconds?
<form method="POST" name="form1" id="forma">
<h1> Задайте нам вопрос </h1>
<p>Заполните форму</br> и Мы с Вами свяжемся!</p>
<input name="name" placeholder="Ваше имя" type="text" class="first_name">
<input name="email" placeholder="Email " type="email" class="email_name">
<textarea name="message" class="comment" rows="8" cols="1" style="width:98%" placeholder="Ваще сообщение..."> </textarea>
<input name="send" type="submit" value="Отправить" class="submits">
</form>
<?php Answer the question
In order to leave comments, you need to log in
Due to the fact that the form itself is not presented here, we will not be able to tell you where to insert the notification.
But there was a very similar question today, where I gave a link to detailed instructions with a form and an alert: https://toster.ru/answer?answer_id=677034#answers_...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question