The site is PHP feedback form, where there is a line:
if ($result){ echo "Сообщение отправлено"; after sending this notification is displayed at the end of the site in the "basement", where the PHP code itself is written, but it is necessary that this line be displayed under the feedback form itself. How can this be implemented?