amatocianmon
Thread Starter
- Joined
- Jul 19, 2005
- Messages
- 1
i amy trying to create a form so that people can enter information, then have it emailed to me. this is what i have
<form action="mailto:[email protected]" method="get" enctype="text" name="Joinform">
Your Name: <input name="namer" type="text" size="20" maxlength="60"><br>
Your Forum Username<input name="forumname" type="text" size="20" maxlength="60"> (Leave blank if you are not a forum member)<br>
Your Email Address: <input name="email" type="text" size="20" maxlength="80"><br>
A Description of why you should be on the team (Include details about some of your work)<br>
<textarea name="reason" cols="30" rows="12" wrap="virtual"></textarea><br>
<INPUT TYPE="submit" VALUE="Submit">
</form>
But when i test it and press submit, it just opens outlook express, and i dont recive an email. Can someone tell me how to fix this. Thanks in advance!
(btw, this is my first attempt at a form, so tell me if im doing something wrong)
<form action="mailto:[email protected]" method="get" enctype="text" name="Joinform">
Your Name: <input name="namer" type="text" size="20" maxlength="60"><br>
Your Forum Username<input name="forumname" type="text" size="20" maxlength="60"> (Leave blank if you are not a forum member)<br>
Your Email Address: <input name="email" type="text" size="20" maxlength="80"><br>
A Description of why you should be on the team (Include details about some of your work)<br>
<textarea name="reason" cols="30" rows="12" wrap="virtual"></textarea><br>
<INPUT TYPE="submit" VALUE="Submit">
</form>
But when i test it and press submit, it just opens outlook express, and i dont recive an email. Can someone tell me how to fix this. Thanks in advance!
(btw, this is my first attempt at a form, so tell me if im doing something wrong)