well its been such a long time that I worked in HTML i forgot some code. I have a form with a bunch of text fields. I have a submit button with this code:
<input type=“submit” name=“Submit” value=“Submit” border=“0”>
How do I make it so I send the information put in by the user ot my email? So when the click submit it sends info to me?