Mr. Bubble
12-26-2005, 06:18 AM
Hi,
I was wondering if there is anyway to make this form send an email to me without going into outlook?
<form action="mailto:alex.someguy@gmail.com" method="post" enctype="text/plain">
<b>Name:</b><br /><input type="text" name="name" size="25" />
<br />
<br />
<b>E-Mail:</b><br /><input type="text" name="e-mail" size="25" />
<br />
<br />
<br />
<b>Comment:</b><br /><textarea name="comment" cols="25" rows="5"></textarea>
<br />
<br />
<b>Type Of Car:</b><br /><input type="radio" name="type" value="Small Car" />Small Car<br /><input type="radio" name="type" value="Big Car" />Big Car />
<br />
<br /><br />
<br />
<input type="submit" name="submit" value="Submit" /> <input type="reset" name="reset" />
</form>
I was wondering if there is anyway to make this form send an email to me without going into outlook?
<form action="mailto:alex.someguy@gmail.com" method="post" enctype="text/plain">
<b>Name:</b><br /><input type="text" name="name" size="25" />
<br />
<br />
<b>E-Mail:</b><br /><input type="text" name="e-mail" size="25" />
<br />
<br />
<br />
<b>Comment:</b><br /><textarea name="comment" cols="25" rows="5"></textarea>
<br />
<br />
<b>Type Of Car:</b><br /><input type="radio" name="type" value="Small Car" />Small Car<br /><input type="radio" name="type" value="Big Car" />Big Car />
<br />
<br /><br />
<br />
<input type="submit" name="submit" value="Submit" /> <input type="reset" name="reset" />
</form>