hi everyone,
Would love some help - I run a relationships blog at
www.realitychick.com.au and am updating it now to become an agony aunt-style website. For this reason, I'd love to have a form in the sidebar whereby people can email me anonymous questions, rather than using the mailto link which reveals their email. This is the code I've got so far, but I've tested it and it reveals the person's email. I really want them to be able to email me anonymously as I'm sure I will get better questions that way. Any ideas where I might be going wrong with the code, or is there a line I should add somewhere?
Many thanks in advance.
realitychick
<br>
<ul><b>Got a burning question for me? Ask anonymously here!</ul></b>
<form name="feedback" method="post" action="mailto:askme@realitychick.com.au">
<TEXTAREA NAME="comment" ROWS=6 COLS=25>
</TEXTAREA>
<input type="submit" value="Submit it!"></form>
<br>