GwennyKR
10-15-2005, 05:32 PM
I need to get the form on my page to email me the info on the form when Submit is clicked. I got close but when it gets emailed I can't read it. Help would be great.
Thanks
Thanks
|
||||
Submit button helpGwennyKR 10-15-2005, 05:32 PM I need to get the form on my page to email me the info on the form when Submit is clicked. I got close but when it gets emailed I can't read it. Help would be great. Thanks JamieR 10-15-2005, 08:26 PM How is the email being delivered? If through a server side script, could you post the code please? GwennyKR 10-15-2005, 08:33 PM i put "mailto:" and my email address in the action .. it ended up emailing it to me, but it was attached as a .att file mark87 10-15-2005, 09:21 PM Using mailto for an action is generally not advisable but try adding in enctype="text/plain" . <form method="post" action="mailto:youremail@email.com" enctype="text/plain"> _Aerospace_Eng_ 10-15-2005, 09:41 PM i put "mailto:" and my email address in the action .. it ended up emailing it to me, but it was attached as a .att file Are you able to use any server side language like php? Does your host allow php? GwennyKR 10-15-2005, 10:03 PM Thanks for all the help guys. I got it working. Without the help I prolly would be sitting here yelling at my computer to make it work hehe ... :thumbsup: |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum