HTML Help
I have no idea if anyone here is good with HTML but I thought I'd try anyway. Right here's my dilemma. I'm trying to get a form onto my website and have it so when the person filling it out clicks submit, it emails it to me straight away with the info they have sent in the email. Well, I thought I had done it right but when i tested it in IE after clicking submit it opened an email, set my email as the send address and has the subject as 'POSTDATA.ATT'. I've put in the actual form code below.
:
<form enctype="application/x-www-form-urlencoded" method="POST" action="mailto:Godlesswanderer@gmail.com"></a> <FONT FACE="sans-serif, Arial, Helvetica, Geneva"><FONT SIZE=2>Name/Handle: <input type="Text" name="Name" value="Insert Name" size="20"> Edit: Looks like html code is on here so all I could put is the actual table. You'll have to right click and go to view source to see the actual code. |
I just edited your post to put it in some nice HTML vBCode tags. Stuff like HTML, PHP, and just everyday code can be put inbetween the following: [HTML][/HTML], or [PHP][/PHP], or [CODE][/CODE].
What you were sent in the email is what you are meant to receive. I learnt a long time ago that using email form submitted data was really the wrong way to go about it. You CAN decify the contents from the POSTDATA.ATT file, but it is not worth it in my opinion. You'd be best to get a PHP script that automatically does this sort of thing for you. Alcar... |
:
|
Ok, thanks guys.
|
Sure thing.
|