Hello All, I have a question, I need help creating a form that lets the user submit a form anonymously...If I do the standard mailto: I get a warning that tells the user their email address will be given. I think I need to set the action to an .asp file, but I am not sure what to put in the .asp file. Any help would be greatly appriciated. Thank you in advance
(here's what i got so far)
<form method="post" ENCTYPE = "text/plain" action="????????" name=" ">
<textarea name="Embody" rows="5" cols="50"></textarea>
<input name="recipient" type="hidden" value="mymail@domain.com">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset"> </form>

(here's what i got so far)
<form method="post" ENCTYPE = "text/plain" action="????????" name=" ">
<textarea name="Embody" rows="5" cols="50"></textarea>
<input name="recipient" type="hidden" value="mymail@domain.com">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset"> </form>