I'm reading instructions to construct feedback forms in HTML. So, I'm doing all this in Notepad, and so far no problems (just writing in HTML code and then opening the page to view in my browser).
OK, I followed the instructions and used the (note--I removed the beginning and ending tags for obvious reasons) mailto command:
form method=post action="mailto:insertmyemail"
But, when I test the forms and 'submit' them, the results don't appear in my email. Is there something wrong with my command line, or is it because they are not actually published on a website, I'm just testing the page in my browser?