Guest User

Untitled

a guest
Oct 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <html>
  2. <div id="box_form">
  3. <form id="zFormer" method="POST" action="former.php" name="former">
  4. <p>
  5. Your Name:<input type="text" value="Adam Panzer" name="z_name">
  6. </p>
  7. <p>
  8. Your Email Address: <input type="text" value="apanzer@zendesk.com" name="z_requester">
  9. </p>
  10. <p>
  11. Subject: <input type="text" value="Who needs a subject?" name="z_subject">
  12. </p>
  13. <p>
  14. Description: <textarea name="z_description">I have this pain in my knee.</textarea>
  15. </p>
  16. <p>
  17. <input type="submit" value="submit" id="submitter">
  18. </p>
  19. </form>
  20. </div>
  21. </html>
Add Comment
Please, Sign In to add comment