Click to See Complete Forum and Search --> : Submit form


fritzmaas
10-20-2003, 09:29 AM
I have a form in which the user gives me his personal details, such as name address etc. Once the user clicks the 'Submit' button, the Outlook Express window appears, and all that info does not get to me. How do I avoid Outlook Express appearing, rather than sending the form to my e-mail address.

Any help would be greatly appreciated.

fredmv
10-20-2003, 09:32 AM
I'm assuming you're sending mail by setting the action attribute of your <form> tag to your e-mail address. This really isn't the way you want to be doing this. The ideal way would be to use a server-side language such as PHP or Perl to send the form contents to your e-mail. Do you know if you have any server-side languages available on your server?

fritzmaas
10-21-2003, 04:28 AM
yes, my server has server side language available.

Do you know the code to insert into the form ?