Guest User

Untitled

a guest
Oct 19th, 2017
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <form name="input" action="html_form_action.asp" method="get">
  5. First name: <input type="text" name="FirstName" value="" /><br />
  6. Character Name: <input type="text" name="Char Name" value="" /><br />
  7. Professions: <input type="text" name="Professions" value="" /><br />
  8. Armory Link: <input type="text" name="Armory" value="" /><br />
  9. <br>
  10. Why Dark Days? <input type="text" name="Why Dark Days?" value="" /><br /><p>
  11. Raid Attendance: Please let us know what times you are available for raiding. Our raids usually start around 6:30pm server time (Central time) and end at midnight server time. During progression we raid Sunday through Thursday. We have school, jobs and lives, so we try to confine raiding past that as much as possible.
  12. <P>
  13. Can you make most of those days?<br>
  14. <form>
  15. <input type="radio" name="sex" value="Yes" /> Yes<br />
  16. <input type="radio" name="sex" value="No" /> No
  17. </form>
  18. <p>
  19. What is your previous PvP Experience? <input type="text" name="PvP Experience" value="" /><br />
  20. What is your previous PvE Experience? <input type="text" name="PvE Experience" value="" /><br />
  21. <p>
  22. Do you have any other character? Please list only lvl 85's worth raiding:<br>
  23. <input type="text" name="Other Char" value="" /><br />
  24. <input type="text" name="Other Char" value="" /><br />
  25. <input type="text" name="Other Char" value="" /><br /><br>
  26. Who are you? What do you do on your off-time? (I.e. Pornstar, Hustler, Pimp)<br>
  27. <input type="text" name="About me" value="" /><br />
  28. <br>
  29. How can we contact you?<br>
  30. <input type="text" name="Contact Me" value="" /><br />
  31.  
  32.  
  33.  
  34.  
  35.  
  36. <form name="input" action="mailto:kwhalek@hotmail.com" method="get">
  37. <input type="submit" value="Submit" />
  38. </form>
  39. </form>
  40.  
  41. <p>If you click the "Submit" button, the form-data will be sent to Kyle for processing.</p>
  42.  
  43. </body>
  44. </html>
Add Comment
Please, Sign In to add comment