Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <form method="post">
  2. <label>User ID</label>
  3. <input name="textinput" type="text" value="">
  4.  
  5. <label>Username</label>
  6. <input name="textinput" type="text" value="">
  7.  
  8. <label>Country</label>
  9. <select name="selectbasic">
  10. <option value="">Country 1</option>
  11. <option value="">Country 2</option>
  12. <option value="">Country 3</option>
  13. </select>
  14.  
  15. <input type="submit" value="Submit">
  16. </form>
  17.  
  18. user_id;
  19. user_name
  20. user_email
  21. full_name
  22. country
  23. division
  24. user_bio
  25.  
  26. User ID: 123
  27. Username: XYZ
  28. User Email: xyz
  29. Full Name: xyz
  30. Country: xyz
  31. Division: xyz
  32. User Bio: xyz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement