Emmsy
03-17-2005, 12:42 PM
I havn't done Forms in FOREVER. Anyhow, I did one but when it sends, it opens up in Outlook, but I just want it to send straight to my e-mail. I also would like a thankyou page after they send. Heres the form -
http://ardente.net/images/order.html
Sheila
03-17-2005, 01:42 PM
In order for it not to do that, you would have to use a form from, for example, www.bravenet.com (search www.google.com for free+email+forms). I don't know if you could do it with PHP Email Forms or not....if your hosts supports PHP.
Zohar Amihud
03-18-2005, 09:44 AM
When you are writting: action="mailto:..." always the e-mail client software at the surfer's computer will be open.
You need to know a server scripting language like ASP to send an e-mail from the server.
In HTML forms it is mostly important to give each field a name witout a space.
Pay attention that every text field must have a unique name.