Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form id="contact" action="/wp-content/themes/beach/mail.php" method="post">
- <H3>Форма обратной связи</H3>
- <div id="note"></div>
- <div id="fields">
- <p><input type="text" name="name" id="author" placeholder="Имя" required> <label for="author">Как вас зовут</label></p>
- <p><input type="email" name="email" id="email" placeholder="E-mail" required> <label for="email">Электронная почта</label></p>
- <p><input type="text" name="sub" id="url" placeholder="Тема" required> <label for="url">Тема сообщения</label></p>
- <p><textarea name="message" cols="1" rows="10" id="comment" style="width:98%" placeholder="Введите сюда текст сообщения" required></textarea></p>
- <p><button type="submit" id="submit" class="go">Отправить сообщение</button></p>
- </div>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement