I'm making an application/form on my webpage. I don't know the right HTML code to use to make the submit button, submit people's answers to my email. What's the HTML code?
You could use "FormMail" or a similar script, but if you make the form POST to "mailto:" it will rely heavily on the user having an email client installed and configured, as the browser will pass the email through the registered email application.
Whereas "FormMail" will pass it through the webserver itself rather than relying on the end user for a mail application.
Anyway this is the wrong place, should be in Webmaster section...!