<?xml version="1.0" encoding="UTF-8"?>

<form url="emaillist.php"
 window="_self"
 method="POST"
 fontname="MS Sans Serif"
 width="260"
 height="160"
 bkcolor="0x000000"
 transparent="t"
 fontcolor="0x000000"
 themecolor="0xFFFF99"
 fontcolor2="#000000"
 bkcolor2="#FFFFFF"
 includeresults="false"
 emailuser="false"
 verifymessage="The E-Mail address you entered does not match !"
 reqmessage="One or More Fields are Required !"
 transition="0"
 autoresponseincluderesults="f"
 autoresponseaddtotop="f"
 usephp="true"
 disableclicktoactiveprompt="true"
 extensions="*.txt;*.gif;*.jpg;*.jpeg;*.zip;*.doc;*.png;*.pdf;*.rtf"
>

<hidden
 name="subject"
 value=""
></hidden>

<label
 name="My Text 1"
 x="14"
 y="12"
 w="44"
 h="17"
 text="Name"
  fontname="Century Gothic"
  fontcolor="0xFFFFFF"
  fontsize="13"
></label>

<textinput
 name="name"
 x="12"
 y="36"
 w="231"
 h="22"
 initvalue=""
 maxchars="25"
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 editable="true"
>
</textinput>

<label
 name="My Text 3"
 x="16"
 y="60"
 w="39"
 h="17"
 text="Email"
  fontname="Century Gothic"
  fontcolor="0xFFFFFF"
  fontsize="13"
></label>

<textinput
 name="Email"
 x="12"
 y="80"
 w="231"
 h="22"
 initvalue=""
 maxchars="25"
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 required="true"
 emailbox="true"
 editable="true"
  restrict="email"
>
</textinput>

<submitbutton
 name="Submit Button"
 x="144"
 y="108"
 w="100"
 h="20"
 label="Submit"
 fontname="Arial"
 fontcolor="0x000000"
  fontsize="12"
></submitbutton>

</form>