Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <form action="#" method="post" id="form">
  2.     <input type="text" name="name" placeholder="Имя" required>
  3.     <input type="text" name="phone" placeholder="Телефон" required>
  4.     <input type="email" name="email" placeholder="E-mail" required>
  5.     <input type="submit" value="Отправить">
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement