Hello,
I have a website that on the last page whenever you enter information and send form data it comes to my email address unreadable and scrambled. How do I edit or change html code so information coming to me is readable?
Also whenever I click on the 3rd page a window comes up saying phising website which it is not. I don't know if that comes up for customers or other computers or not.
You can view the website at www.expresscourier2.com If you would like to look at code maybe I could copy and paste and send it to you.
I checked out the HTML, and as far as I'm aware, you cannot do action="mailto:someaddress@somewhere.com" in your form attribute. What you'll need is some kind of server side page that processes that output. There are tons of these across the web in various languages. Check first to see if your hosting company allows CGI, Perl, or PHP scripting, then search for mail form scripts in one of those languages. |