var gtformmaker_info =
{
  "normalColour" : "#000000",
  "errorColour"  : "#ff0000",
  "formCfg" :
  [
    {
      "label"                : "First Name",
      "name"                 : "firstname",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Last Name",
      "name"                 : "lastname",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Email",
      "name"                 : "email",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "email",
      "verifyRequired"       : true
    },
    {
      "label"                : "Phone",
      "name"                 : "phone",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "phoneStrictAreaCode",
      "verifyRequired"       : true
    },
    {
      "label"                : "Address",
      "name"                 : "address",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Postal/Zip Code",
      "name"                 : "postalcode",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars"
    },
    {
      "label"                : "Year Built",
      "name"                 : "yearbuilt",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars"
    },
    {
      "label"                : "Size",
      "name"                 : "size",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Bedrooms",
      "name"                 : "bedrooms",
      "formType"             : "select",
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Bathrooms",
      "name"                 : "bathrooms",
      "formType"             : "select",
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Has Suite",
      "name"                 : "suite",
      "formType"             : "select",
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Garage",
      "name"                 : "garage",
      "formType"             : "select",
      "formTypePos"          : "left",
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Type",
      "name"                 : "type",
      "formType"             : "select",
      "formTypePos"          : "right",
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Notes",
      "name"                 : "notes",
      "formType"             : "textArea",
      "rows"                 : 3,
      "cols"                 : 40,
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "When are you planning to move?",
      "name"                 : "moving",
      "formType"             : "select",
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Submit",
      "name"                 : "submit",
      "formType"             : "submit",
      "skipLformval"         : true
    }
  ]
}
