Hi All!
I have seen this all over the web. I have tried the easy examples, but I still can not get email to send to my account.
Maybe it's the email?
I'm using email from GoDaddy, same place where my website is hosted.
I know my email work, because I can use the same address, and send a test email. So it has to be the code.
<form action="mailto:someemail@sometime.com""ENCTYPE="text/plain" method="POST" reqmessage="One or more required fields need to be entered. Please go back and re-enter." transition="0"/>
<input type="hidden" name="subject" value="HTMLPage1.html" />
<input type="hidden" name="redirect" value="HTMLPage1.html" />
I built this from samples that I found on the web. First HTML script in a number of years. I'm windows app developer, don't do many web sites.
Any help will be great!
Thanks!
Rudy