var gtformmaker_info =
{
  "normalColour" : "#000000",
  "errorColour"  : "#ff0000",
  "formCfg" :
  [
    {
      "label"                : "Surname",
      "name"                 : "surname",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "lettersOnly",
      "verifyRequired"       : true
    },
    {
      "label"                : "First Name",
      "name"                 : "firstname",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "lettersOnly",
      "verifyRequired"       : true
    },
    {
      "label"                : "Preferred Email",
      "name"                 : "email",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "email",
      "verifyRequired"       : true
    },
    {
      "label"                : "Birth Date",
      "name"                 : "birthdate",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars"
    },
    {
      "label"                : "Home Phone",
      "name"                 : "homephone",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "phonestrictareacode",
      "verifyRequired"       : true
    },
    {
      "label"                : "Home Address",
      "name"                 : "address",
      "formType"             : "textBox",
      "fieldWidth"           : 40,
      "maxChars"             : 81,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "City",
      "name"                 : "city",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars",
      "verifyRequired"       : true
    },
    {
      "label"                : "Province",
      "name"                 : "province",
      "formType"             : "select",
      "options"              : ["Select one ...","Ontario"],
      "verifyType"           : "allChars",
      "skipLformval"         : true
    },
    {
      "label"                : "Postal Code",
      "name"                 : "postalcode",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars"
    },
    {
      "label"                : "Country",
      "name"                 : "country",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "allChars"
    },
    {
      "label"                : "Telephone Day",
      "name"                 : "telephone_day",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "phonestrictareacode",
      "verifyRequired"       : true
    },
    {
      "label"                : "Telephone Evening",
      "name"                 : "telephone_evening",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "phonestrictareacode"
    },
    {
      "label"                : "Telephone Mobile",
      "name"                 : "telephone_mobile",
      "formType"             : "textBox",
      "fieldWidth"           : 20,
      "maxChars"             : 21,
      "verifyType"           : "phonestrictareacode"
    },
    {
      "label"                : "Comments",
      "name"                 : "comments",
      "formType"             : "textArea",
      "rows"                 : 5,
      "cols"                 : 40,
      "verifyType"           : "allChars"
    },
    {
      "label"                : "Submit",
      "name"                 : "submit",
      "formType"             : "submit",
      "skipLformval"         : true
    }
  ]
}

