Dear Experts

My feedback form has following codes

<FORM name="form1" method="post" action="mailto:asiagheemills@hotmail.com" enctype="text/plain">

<br><br><label>Name</label> 
<span style=margin-left:24px;><input type="text" class="design14" name="Name:" value="" size="45" maxlength="50"></span><br><br>
<label>Address</label> 
<span style=margin-left:6px><input type="text" class="design14" name="Address:" value="" size="45" maxlength="50"></span><br><br>
<label>Email</label> 
<span style=margin-left:26px;><input type="text" class="design14" name="Email:" value="" size="45" maxlength="50"></span><br><br>
<label>Mobile</label>
<span style=margin-left:17px><input type="text" class="design14" name="Moible:" value="" size="45" maxlength="50"></span><br><br>
<label>Subject</label> 
<span style=margin-left:10px><input type="text" class="design14" name="Subject:" value="" size="45" maxlength="50"></span><br><br>
<p>What kind of comment would you like to send?</p>

<DL>
          <DD><FONT face="Times New Roman, Times, serif" color=#666666>
	<INPUT type=radio value=Complaint name=MessageType> Complaint
	<INPUT type=radio value=Problem name=MessageType> Problem
	<INPUT type=radio CHECKED value=Suggestion name=MessageType> Suggestion
	<INPUT type=radio value="Inquiry " name=MessageType> Inquiry </FONT>
	  </DD>
	</DL>

        <P><FONT face="Times New Roman, Times, serif" 
        color=#666666><STRONG>Enter your comments in the space provided 
        below:</STRONG></FONT></P>


<span style=color:blue;font-weight:bold;font-family:verdana;><textarea value="" name="Message:" rows="8" cols="57"></textarea></span><br><br><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input type="button" class="design12" value="Submit">
<input type="reset" class="design13" value="Clear">

</form>

You can check it here

http://tariq.3hmb.com/feedback.html

When somebody sends me email through this form, my email box does not receive email sent by this form.

What is wrong?

Please help me

Recommended Answers

All 2 Replies

I wouldn't use the "mailto" method..try looking into some scripting such as PHP or JavaScript.

I have already answered this for you in another thread you started

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.