Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.60 KB | None | 0 0
  1. <form action="<?php echo $_SERVER[PHP_SELF]; ?>" method=post>
  2. Full Name: <input type=text name=fullname placeholder="John Smith" required /><br>
  3. Email: <input type=email placeholder="jsmith@example.com" required /><br>
  4. Date of Birth: <select name=month>
  5. <br>
  6. Location: <input type=text name=loc placeholder="Chicago, IL U.S.A." required /><br><br>
  7. Username: <input type=text name=username placeholder="jsmithrocks234" required /><br>
  8. Password: <input type=password name=pass1 required /><br>
  9. Confirm Password: <input type=password name=pass2 required /><br><br>
  10. <input type=submit name=submit value=" Join " />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement