Guest User

Untitled

a guest
Jan 12th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <form name="Newletter" method="post" action="mailto:[email protected]"enctype="text/plain">
  2.  
  3. <p>Name:
  4.  
  5. <input type="text" placeholder="Forename" name="Foreman">
  6.  
  7. </p>
  8.  
  9. <p>Surname
  10.  
  11. <input type="text" placeholder="Surname" name="Surman">
  12.  
  13. </p>
  14.  
  15. <p>Email:
  16.  
  17. <input type="text" placeholder="Email Address" name="Email">
  18.  
  19. </p>
  20.  
  21. <input type="text" placeholder="Leave a comment" Name="Comment" Size="50">
  22.  
  23. Click the checkbox to recieve emails from us.
  24.  
  25. <input type="checkbox" name="Newsletter" value="yes">
  26.  
  27. </p>
  28.  
  29. <p>
  30.  
  31. <input type="submit" value="Submit">
  32.  
  33. <input type="reset" value="Reset">
  34.  
  35. </p>
  36.  
  37. </form>
Advertisement
Add Comment
Please, Sign In to add comment