Award Entry Form HTML

mesweet.net/creating      mesweet.net/copyentry 

Award Entry Form For You

Some people prefer not to use Free Form Providers for their Award Entry Forms, but do not know how to create their own Award Entry Form. To help you out on this if you are one of the ones that do not know how to create an Award Entry Form, then I have provided for you the code where you can copy the code and paste it into your HTML and your Award Entry Form will be at your Web Site.

Please don't use the below form to apply for Mesweet's Awards, because I will not accept it, if you do. The below Award Entry Form is only a sample to show you what the Award Entry Form will look like if you paste the below code into your HTML. You must put in your own email address if you want it to work for you. Please Note: The Award Entry Form will be the same color as your background that you have on your Web Site, unless you add a background color to the table.

Award Entry Form
Your name?

Your email address:(e.g.: [email protected])

Type in your URL here.(e.g.: http://)

Did you read the criteria?
YesNo
Give a brief description of your Web Site.


Copy and then paste the below code into your HTML to create your own Award Entry Form. Be sure to put your email address where it says [email protected]. Do not take away the question mark if you want your subject to be Award Application. The form is configurable. You can change the table, the border sizes and colors. You can add radio and text areas. If you prefer you can use it just as it is and it will look like the above Form, but remember you must put in your email address before pasting to your HTML, if you want it to work. It's highlighted in red to make it easy for you to locate

 

 

<table BORDER=5 CELLPADDING=3 WIDTH="300" ALIGN="CENTER" BORDERCOLOR="#000000">
<tr> <td>
<DIV ALIGN="CENTER">
<STRONG><BIG><BIG>Award Entry Form</BIG></BIG></STRONG></DIV>
</td> </tr>
<tr> <td>
<FORM action="mailto:[email protected]?subject=Award Application" method="post" enctype="text/plain" name="formaward">
<STRONG>Your name?</STRONG>
<BR><input type="text" name="name" size=37>
<BR><STRONG>Your email address:</STRONG>(e.g.: <i>[email protected]</i>) <BR><input type="text" name="email" size=37>
<BR><STRONG>Type in your URL here.</STRONG>(e.g.: http://)
<BR><input type="text" name="Url" size=37>
<BR><STRONG>Did you read the criteria?</STRONG>
<BR><input type="radio" name="cri_teria" value="yescriteria">Yes
<input type="radio" name="cri_teria" value="nocriteria">No
<BR><STRONG>Give a brief description of your Web Site.</STRONG>
<BR><textarea wrap="virtual" name="comments" rows=3 cols=32></textarea>
<TR><TD ALIGN=CENTER> 
<BR><INPUT type="submit" name="submit" value="Apply for Award">
<INPUT type="reset" name="reset" value="Clear Form"></FORM>
</TD> </TR></TABLE>
Hosted by www.Geocities.ws

1