var gtformmaker_info =
{
  "normalColour" : "#000000",
  "errorColour"  : "#ff0000",
  "formCfg" :
  [
    {
      "label"                : "First Name:",
      "name"                 : "firstname",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "lettersOnly",
      "verifyRequired"       : true
    },
    {
      "label"                : "Last Name:",
      "name"                 : "lastname",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "lettersOnly",
      "verifyRequired"       : true
    },
    {
      "label"                : "Company Name:",
      "name"                 : "company",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars"
    },
    {
      "label"                : "Phone:",
      "name"                 : "phone",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "phonestrictareacode",
      "verifyRequired"       : true
    },
    {
      "label"                : "Email:",
      "name"                 : "email",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "email",
      "verifyRequired"       : true
    },
    {
      "label"                : "SKU:",
      "name"                 : "sku",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Product Colour(s):",
      "name"                 : "colours",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "mostChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Quantity:",
      "name"                 : "quantity",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "numbers",
      "verifyRequired"       : true
    },
    {
      "label"                : "Imprint Colours:",
      "name"                 : "imprint_colours",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Number of Imprint Locations:",
      "name"                 : "imprint_locations",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "numbers",
      "verifyRequired"       : true
    },
    {
      "label"                : "Event Date:",
      "name"                 : "event_date",
      "formType"             : "textBox",
      "formTypePos"          : "",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Submit",
      "name"                 : "submit",
      "formType"             : "submit",
      "extraText"            : "",
      "skipLformval"         : true
    }
  ]
}

