Form Mailer
I am having trouble with a form. Part of the code is:
<form method="POST" name="Test_Form" action="mailto:webmaster@pcplayground.com">
When I put this file on the server, the server does not email me the form results. My email program pops up a message asking me if its ok for me to mail it from my default email account. How will I set this form up to use the server to email it, and email it to me?
|