I'm creating a webpage with a form. When someone presses the 'submit' button, I need the data to be sent to my email id or be collected somewhere where I can access it. The 'mailto' command in the Action Attribute isn't nice as it opens up outlook.
Don't know much JavaScript.
If you have a...