luvhartz
03-13-2005, 08:13 PM
hi guys i need some help here, Ive made an email form, an it shows up fine n everything except when you click submit microsoft outlook opens up and it doesnt send? has anyone had the same problem and how can i make it so it actually works?
bejayel
03-13-2005, 08:42 PM
can i see the code for the form, then i can probably help.or make sure it looks like this
<form method="POST" action="mailto:yourmail@mail.com">
<inputs>
<inputs>
<input type="submit" value="Submit">
<input type="reset" value="Clear Fields">
</form>
having the MAILTO in the ACTION value is the problem.
you "fix" that, you have to not use MAILTO and use a serverside script instead. either a hosted one like
http://www.bravenet.com
or you can find your own for your own site...
http://www.hotscripts.com