Click to See Complete Forum and Search --> : Q about a web form


anjali
03-21-2003, 07:05 PM
I have made a simple web form that sends the data via a email address.
I'm copy/pasting the code here....
<FORM METHOD="POST" ENCTYPE="text/plain" ACTION="mailto:gddinc@gddesignsinc.com">
and this is the url :http://gddesignsinc.com/contact.shtml

Now my problem is that this method doesn't work anymore
.
It first collected the data via the e-mail address and was working just fine but now opens the default email client on the machine and does NOT capture the data!!!

I checked the source code, browser settings and checked with the tech dept but no luck.

Can someone help here

thanks
Anjali

khalidali63
03-21-2003, 07:45 PM
What do you mean,I just triend and did bring up the email client with all the data in it.

Cheers

Khalid

Cactus Hugger
03-21-2003, 09:31 PM
That sort of action would be different depending on the clients computer I think. A PHP or CGI email script would probably work better here. (www.hotscripts.com probably has one. You'd have to find out if your host supports CGI or PHP...)