This two field web form comes great for people to sign up to an eBook or Newsletter you publish. You can add/delete fields by adding/deleting the following line of HTML within the whole code...
Name: <INPUT name="Name" value="" size="10"><BR>
Want it? Well get it by copy and pasting the following and changing how the areas in red to suit your needs.
<FORM action="mailto:you@yourdomain.com">
Name: <INPUT name="Name" value="" size="10"><BR>
Email: <INPUT name="Email" value="" size="10"><BR>
<CENTER><INPUT type="button text"></CENTER>
</FORM>