Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <form id="contact_form" action="#" method="POST" enctype="multipart/form-data">
  2. <div class="row">
  3. <label for="name">Your name:</label><br />
  4. <input id="name" class="input" name="name" type="text" value="" size="30" /><br />
  5. </div>
  6. <div class="row">
  7. <label for="email">Your email:</label><br />
  8. <input id="email" class="input" name="email" type="text" value="" size="30" /><br />
  9. </div>
  10. <div class="row">
  11. <label for="message">Your message:</label><br />
  12. <textarea id="message" class="input" name="message" rows="7" cols="30"></textarea><br />
  13. </div>
  14. <input id="submit_button" type="submit" value="Send email" />
  15. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement