So I just made a form but I'm not sure how to have the info sent to my email when someone submits it.
This is what I have:
<form>
First name: <input type="text" name="firstname" /><br />
<br /><br />
Secret password: <input type="password" name="pwd" />
<br /><br />
<input type="radio"...