i thought that if you use
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
Code:
<form action="Mailto:[email protected]" enctype="text/plain" method="post" name="application">
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