<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>
<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>
<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
Lauren TURK
shared something to do
Lauren TURK
shared something to do