<?xml version="1.0" encoding="UTF-8"?>

<form url="contact_form.php"
 window="_self"
 method="POST"
 fontname="MS Sans Serif"
 width="600"
 height="650"
 bkcolor="0x000000"
 transparent="f"
 fontcolor="0x000000"
 outlinecolor="0x000000"
 themecolor="0xFFFF99"
 fontcolor2="#000000"
 bkcolor2="#FFFFFF"
 includeresults="false"
 emailuser="true"
 verifymessage="The e-mail address you entered does not match!"
 reqmessage="One or more fields are required."
 invalidemailmsg="does not appear to be a valid e-mail address. Would you like to change it?"
 transition="0"
 autoresponseincluderesults="t"
 autoresponseaddtotop="f"
 usephp="true"
disableclicktoactiveprompt="false"
 extensions="*.txt;*.gif;*.jpg;*.jpeg;*.zip;*.doc;*.png;*.pdf;*.rtf;*.html;*.docx;*.xslx"
>

<hidden
 name="subject"
 value=""
></hidden>

<textinput
 name="Name"
 x="100"
 y="75"
 w="425"
 h="22"
 initvalue=""
 maxchars="100"
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 required="true"
 editable="true"
>
</textinput>

<textinput
 name="Email Address"
 x="100"
 y="150"
 w="424"
 h="22"
 initvalue=""
 maxchars="200"
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 emailbox="true"
 editable="true"
  restrict="email"
>
</textinput>

<textarea
 name="Comments"
 x="100"
 y="225"
 w="426"
 h="154"
 initvalue=""
 wordwrap="true"
 editable="true"
 bkcolor="0xFFFFFF"
  fontsize="12"
  fontname="Arial"
  fontcolor="0x000000"
></textarea>

<captcha
 name="My Captcha 1"
 x="100"
 y="475"
 w="133"
 h="100"
 text="Enter Key Here:"
 fnt="Arial"
 fntclr="0x000000"
 fntsize="11"
 bkbdrcolor="0x000000"
 bkfillclr="0xFFFFFF"
 bkdobdr="t"
 bkbdrsolid="t"
 bkdobk="t"
 bkfillalpha="100"
 message="Incorrect key!"
></captcha>

<submitbutton
 name="Submit Button"
 x="100"
 y="600"
 w="100"
 h="20"
 label="Submit"
 fontname="Arial"
 fontcolor="0x339966"
 fontbold="bold"
  fontsize="12"
></submitbutton>

<resetbutton
 name="Reset Button"
 x="225"
 y="600"
 w="100"
 h="20"
 label="Reset"
 fontname="Arial"
 fontcolor="0x339966"
 fontbold="bold"
  fontsize="12"
></resetbutton>

<label
 name="My Text 1"
 x="100"
 y="50"
 w="41"
 h="16"
 text="Name"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0xCCFFCC"
  fontsize="13"
></label>

<label
 name="My Text 2"
 x="100"
 y="125"
 w="94"
 h="16"
 text="Email Address"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0xCCFFCC"
  fontsize="13"
></label>

<label
 name="My Text 3"
 x="100"
 y="200"
 w="71"
 h="16"
 text="Comments"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0xCCFFCC"
  fontsize="13"
></label>

<label
 name="My Text 4"
 x="100"
 y="425"
 w="99"
 h="16"
 text="Captcha Check"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0xCCFFCC"
  fontsize="13"
></label>

<label
 name="My Text 5"
 x="225"
 y="425"
 w="334"
 h="16"
 text="Please copy the characters below into the text field."
 fontbold="bold"
  fontname="Arial"
  fontcolor="0xCCFFCC"
  fontsize="13"
></label>

<label
 name="My Text 6"
 x="225"
 y="450"
 w="294"
 h="16"
 text="This helps us prevent automated submissions."
 fontbold="bold"
  fontname="Arial"
  fontcolor="0xCCFFCC"
  fontsize="13"
></label>

</form>