Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <form method="Post" action="signmeup.php" >
  2. <input name="first_name" type ="text">
  3. <input name="last_name" type ="text">
  4. <input name="optional_email" type ="text">
  5. OR
  6. <input name="optional_phone" type ="num">
  7. <input name="password" type ="password">
  8. <input name="password_verify" type ="password">
  9. <input name="submit-button" type ="submit" value="Create Account">
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement