<?xml version="1.0" encoding="UTF-8"?>

<form url="newsletter.php"
 window="_self"
 method="POST"
 fontname="MS Sans Serif"
 width="210"
 height="150"
 bkcolor="0xFFFFFF"
 transparent="f"
 fontcolor="0x000000"
 outlinecolor="0x000000"
 themecolor="0x0000FF"
 fontcolor2="#000000"
 bkcolor2="#FFFFFF"
 includeresults="false"
 emailuser="false"
 verifymessage="Invalid E-Mail address."
 reqmessage="Email address is required."
 invalidemailmsg="is an invalid address, please correct it."
 transition="0"
 autoresponseincluderesults="f"
 autoresponseaddtotop="f"
 usephp="true"
 disableclicktoactiveprompt="true"
 extensions="*.txt;*.gif;*.jpg;*.jpeg;*.zip;*.doc;*.png;*.pdf;*.rtf"
>

<hidden
 name="thankyoupage"
 value="newsletter-ty.htm"
></hidden>

<hidden
 name="subject"
 value="Newsletter Subscription Form"
></hidden>

<textinput
 name="Name"
 x="65"
 y="51"
 w="123"
 h="22"
 initvalue="your name"
 maxchars="32"
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 required="true"
 editable="true"
>
</textinput>

<textinput
 name="Email Address"
 x="65"
 y="80"
 w="123"
 h="22"
 initvalue="your email"
 maxchars="48"
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 required="true"
 emailbox="true"
 editable="true"
  restrict="email"
>
</textinput>

<submitbutton
 name="Submit Button"
 x="49"
 y="118"
 w="100"
 h="20"
 label="Submit"
 fontname="Arial"
 fontcolor="0x000000"
  fontsize="12"
></submitbutton>

<label
 name="My Text 1"
 x="61"
 y="7"
 w="83"
 h="16"
 text="Subscribe to"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0x000059"
  fontsize="13"
></label>

<label
 name="My Text 2"
 x="40"
 y="25"
 w="130"
 h="16"
 text="Garfield&apos;s Email List"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0x000059"
  fontsize="13"
></label>

<label
 name="My Text 3"
 x="18"
 y="54"
 w="45"
 h="16"
 text="Name:"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0x000059"
  fontsize="13"
></label>

<label
 name="My Text 4"
 x="19"
 y="84"
 w="44"
 h="16"
 text="Email:"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0x000059"
  fontsize="13"
></label>

</form>