Advertisement
tolikpunkoff

mail-form-code

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