why wont my form work?

Associate
Joined
19 Jul 2006
Posts
1,847
i thought that if you use
Code:
<form action="Mailto:[email protected]" enctype="text/plain" method="post" name="application">
at the top of your form everything entered into it will get sent as a email to that addy without any other input from the user.
and that the email i recive would say
name: pesrons name
address: adress ect
but using the methord above i click submit and i get a e mail window pop up?

How can i get it so that the form sends itself when submit is clicked

TIA
 
Back
Top Bottom