Click to See Complete Forum and Search --> : how to fill out form input on a e-mail
mixsetup
07-05-2003, 03:28 AM
Can you fill out a e-mail using a forms values?
As my clubs ISP doesn't have the option to have a server side script.
So if we can at least get the e-mail to be filled out when they fill out the form they just have to hit send.
Khalid Ali
07-05-2003, 07:39 AM
If I understood you correctly,then you shoudl be able to do this addin the following in your action attributes value with your email
action="mailto:urEmail@email.com" method ="post" enctype="text/plain"
the above will cause the whole form to be sent via email to the addressee..
mixsetup
07-05-2003, 09:08 AM
Hi I have tried that but a few members and I get a blank e-mail window pop up. So I'm trying to find out if I can write a javascript that will at least fill out the e-mail from the form values so all they have to do is hit the send on the e-mail.
Thank's