I hope this is the right place to put this ... I am having trouble configureing an e-mail form. I can see all the buittosn correctly and I set the action to be mailed. However, when I receive the e-mail it is blank (page is not online). Is this a problem with my code (which is below)?
<form method="post" enctype="text/plain" action="mailto: s.a.s.a@shaw.ca">
<input type="hidden" name="To" Value="Subject: For Faq's Page"><br>
Name:<input type ="text" name="Name:" value="Your Name Here" size="25" maxlength="25"><br>
E-Mail:<input type ="text" name="E-Mail:" value="example@hotmail.com" size="50" maxlength="50"><br>
<textarea name="faqs" rows="7" cols="50">Ask your question here. We will post it on the web site as soon as we can!
DO NOT USE YET...HAVING TROUBLES.</textarea><br>
<input type="submit" value ="submit">
<input type="reset" value="Clear">
|