Hello,
I have a small website with a very simple HTML form that allows user to send his data; then the webmaster receives an email with the data included in the form.
My problem is that, when ever Outlook is set up on a machine, the email button open Outlook automatically.
Is there a way to just have the form send without opening Outlook ?
Thx.
Hi, can you be more specific about the problem please?
|
I'm using a very simple mailto: webform at work and everyone has Outlook open anyway, but rather than just send the form data, some people are having a blank e-mail opened up with nothing more than my e-mail address in the To line. Outlook 2007 settings are all the same across the company (set by procedures when people log in) so I can't figure out why some people have issues and the rest are fine. Any ideas? |
Reply to HTML Dude
|
Reply to BUMP
|
The mailto:<address> is a mail link. not a submission routine for a form. typically, this would be in a link, not a form element. I'm surprised the above example did anything at all.
|
Yes, I have fixed this problem as well using PHP. It was very simple, all you have to do is store the names of the fields, send the form to another page (EX: mail.php) then use the following code:
|
The problem is that you need a server to host a CGI Program to send. I am currently working on a project (www.starsforcollege.com) that will be up in a few days that uses an extensive HTML Form. I used the CGI Progam that came with the host (BlueHost - they are fantastic) and it worked seamlessly. The response you get in your inbox is a bit messy, but thats what diligent webmasters are for (plus it's a good way to keep some small but steady money coming in.) |
I am having the same problem the reason it opens in outlook express is because the tag MAILTO: But im using free hosting so its pretty hard for me to do php forms beacause idont know php anyone please help me to make a form or give me a really good free hosting site
|