skip to Main Content

How to make page not reload and not open php page after click on input with type submit? – SEO

I have page in HTML CSS JS: https://handmade.company/seo/index.html on this page i have form <form class="webform" action="send.php" method="post"> <input class="webinput" type="text" name="imja" placeholder="Ваше имя"> <input class="webinput" type="text" name="phone" placeholder="Ваш телефон"> <input class="webinput" type="text" name="sajt" placeholder="Ваш сайт"> <input class="webinput_btn" type="submit" value="Отправить…

VIEW QUESTION
Back To Top
Search