yah, matter of fact i forgot to mention this.

it's even better to use css to do the 'hiding', because spambots don't normally want to delve into the DOM that far.

so rather than type="hidden", i do class="good-[censored]" or whatever..

then the .css does the display:none;

it makes them have to think even more wink