Click to See Complete Forum and Search --> : How do I hide the email client?


warrior_joe
03-08-2007, 08:24 AM
I am almost there with my order form page. It has taken 2 days to get this far.
When i click on submit, my email client browser(mozilla thunderbird) comes up with the address i want the info sent to, and with the info filled out by my client.
What do i need to do to get it to submit without the client coming up
Thanks
Heres some info and a link:

<form name="form1" method="POST" action="mailto:marketwise_appraisals@yahoo.com" enctype="text/plain">

my url:

http://www.marketwiseappraisals.com/order1.html

gil davis
03-08-2007, 09:50 AM
A "mailto:" will *always* envoke the client's MAPI program. If you don't want that action, then you will have to use some other server-side method like FormMail or something. Contact your IP for information about what they will support.

Kevey
03-08-2007, 10:05 AM
The NMS version of FormMail does what you want. It is here: http://nms-cgi.sourceforge.net/scripts.shtml

warrior_joe
03-09-2007, 03:39 PM
Thanks for your help..20 hours latter and i got ! Thanks forum