<?xml version="1.0" encoding="UTF-8"?>

<form url="cctest.php"
 window="_self"
 method="POST"
 fontname="MS Sans Serif"
 width="350"
 height="350"
 bkcolor="0xFFFFFF"
 transparent="f"
 fontcolor="0x000000"
 outlinecolor="0xFFFFFF"
 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."
 invalidemailmsg="does not appear to be a valid e-mail address. Would you like to change it?"
 transition="0"
 autoresponseincluderesults="f"
 autoresponseaddtotop="f"
 usephp="true"
disableclicktoactiveprompt="false"
 extensions="*.txt;*.gif;*.jpg;*.jpeg;*.zip;*.doc;*.png;*.pdf;*.rtf;*.html;*.docx;*.xslx"
>

<hidden
 name="subject"
 value="CC Test"
></hidden>

<radiobutton
 name="Working Yes"
 x="25"
 y="25"
 w="37"
 h="19"
 label="Yes"
 labelPos="right"
 groupname="Group 1"
 value="radiobutton1"
  fontsize="12"
  fontname="Arial"
  fontcolor="0x000000"
></radiobutton>

<radiobutton
 name="Working No"
 x="75"
 y="25"
 w="32"
 h="19"
 label="No"
 labelPos="right"
 groupname="Group 1"
 value="radiobutton1"
  fontsize="12"
  fontname="Arial"
  fontcolor="0x000000"
></radiobutton>

<submitbutton
 name="Submit Button"
 x="200"
 y="100"
 w="100"
 h="20"
 label="Submit"
 fontname="Arial"
 fontcolor="0x000000"
  fontsize="12"
></submitbutton>

<combobox
 name="Helpful"
 x="25"
 y="50"
 bkcolor="0xFFFFFF"
 fontcolor="0x000000"
 isemail="false"
 w="100"
 h="20">
  <item name="Choose One"></item>
  <item name="Yes"></item>
  <item name="No"></item>
</combobox>

<label
 name="My Text 1"
 x="0"
 y="0"
 w="179"
 h="27"
 text="Coffee Cup Test"
  fontname="Arial"
  fontcolor="0x000000"
  fontsize="23"
></label>

</form>
