Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Document</title>
  6. </head>
  7. <body>
  8. <form action="connection.db.php" method="post">
  9. <input type="text" name="name">
  10. <input type="text" name="description">
  11. <select name="assignedTo">
  12. <option value="Maciej">Maciej</option>
  13. </select>
  14. <select name="completed" id="">
  15. <option value="True">True</option>
  16. <option value="False">False</option>
  17. </select>
  18. <button type="submit">Submit</button>
  19. </form>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement