Guest User

form

a guest
Dec 3rd, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <form
  2.  action="mailto:darshil3011@gmail.com"
  3.  method="POST"
  4.  enctype="multipart/form-data"
  5.  name="EmailTestForm">
  6.  
  7. username:<br>
  8. <input type="text" size="20" name="email"><br><br>
  9.  
  10. password:<br>
  11. <inpute type="password" size="50" name="password">
  12. <br><br>
  13.  
  14. <input type="submit" value="Email This Form">
  15.  
  16. </form>
Add Comment
Please, Sign In to add comment