Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <form action="/tasks" class="new_task" id="new_task" method="post">
  2.  
  3. <p>
  4.  
  5. <label for="task_name">Name</label><br />
  6.  
  7. <input id="task_name" name="task[name]" size="30" type="text" />
  8.  
  9. </p>
  10.  
  11. <p>
  12.  
  13. <input id="task_submit" name="commit" type="submit" value="Create" />
  14.  
  15. </p>
  16.  
  17. </form>
Add Comment
Please, Sign In to add comment