M
Malli mindwave
Hi,
I want to send form data to given email id, I'm using
mailto:[email protected], but it doesn't working
it dirsctly goes to localSystem A/C i.e outlook..
<form name="form1" method="post"
action="mailto:[email protected]"
enctype="text/plain">
<table width="100%" border="0"
cellspacing="0" cellpadding="0" valign="top">
<tr>
<td width="19%" height="28"><div
align="right"><font face="Times New Roman, Times, serif">Name:</font></
div></td>
<td width="79%"><input
name="textfield" type="text" size="22" width="150%"></td>
<td width="2%"> </td>
</tr>
<tr>
<td height="30" width="19%">
<div align="center"><font face="Times New Roman, Times, serif">EMail</
font>:</div></td>
<td><input name="textfield2"
type="text" size="22" width="150%"></td>
<td> </td>
</tr>
<tr>
<td height="29"><div
align="right"><font face="Times New Roman, Times, serif">Phone:</
font></div></td>
<td><input name="textfield3"
type="text" size="22" width="150%"></td>
<td> </td>
</tr>
<tr>
<td height="22" colspan="3"><div
align="left"><font face="Times New Roman, Times, serif">Comments/
Queary
:</font></div></td>
</tr>
<tr>
<td> </td>
<td rowspan="2"
valign="top"><textarea name="textarea" rows="5"></textarea></td>
<td> </td>
</tr>
<tr>
<td height="82"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="submit"
name="Submit" value="Submit">
<input type="Reset"
name="Submit2" value="clear">
</td>
<td> </td>
</tr>
</
table>
</form>
Please check this one.
I want to send form data to given email id, I'm using
mailto:[email protected], but it doesn't working
it dirsctly goes to localSystem A/C i.e outlook..
<form name="form1" method="post"
action="mailto:[email protected]"
enctype="text/plain">
<table width="100%" border="0"
cellspacing="0" cellpadding="0" valign="top">
<tr>
<td width="19%" height="28"><div
align="right"><font face="Times New Roman, Times, serif">Name:</font></
div></td>
<td width="79%"><input
name="textfield" type="text" size="22" width="150%"></td>
<td width="2%"> </td>
</tr>
<tr>
<td height="30" width="19%">
<div align="center"><font face="Times New Roman, Times, serif">EMail</
font>:</div></td>
<td><input name="textfield2"
type="text" size="22" width="150%"></td>
<td> </td>
</tr>
<tr>
<td height="29"><div
align="right"><font face="Times New Roman, Times, serif">Phone:</
font></div></td>
<td><input name="textfield3"
type="text" size="22" width="150%"></td>
<td> </td>
</tr>
<tr>
<td height="22" colspan="3"><div
align="left"><font face="Times New Roman, Times, serif">Comments/
Queary
:</font></div></td>
</tr>
<tr>
<td> </td>
<td rowspan="2"
valign="top"><textarea name="textarea" rows="5"></textarea></td>
<td> </td>
</tr>
<tr>
<td height="82"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="submit"
name="Submit" value="Submit">
<input type="Reset"
name="Submit2" value="clear">
</td>
<td> </td>
</tr>
</
table>
</form>
Please check this one.