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
 
http://www.pixel2life.com/tutorials/php_coding/forums_and_guestbooks/

here you go my friend, some good tutorials on how to do php forms. If your not up for that i have a simple php form that asks for name and email and a message and checks if they are empty and if email is an email which you can have, though im pretty sure it isn't the most secure, but then i have never had spam from it since october so who knows
 
Back
Top Bottom