I want to do this I did this
<form action="" method="post" class="do"> <h6>Do It</h6> <p> <button type="submit" name="todo" value="1">I want to do this</button> <button type="submit" name="done" value="1">I did this</button> </p> </form>
I did this Remove
<form action="" method="post" class="doing"> <h6>To Do</h6> <p> <button type="submit" name="done" value="1">I did this</button> <button type="submit" name="remove" value="1">Remove</button> </p> </form>
Remove
<form action="" method="post" class="done"> <h6>Done</h6> <p> <button type="submit" name="remove" value="1">Remove</button> </p> </form>
Lauren TURK shared something to do
2 h
1
Thoughts?