Codesupplier.com

free html codes for your website

2 Field Web form

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:
Email:

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>

< Go Back to Form List