// create objects with properties that represents the field within the submitted form
oEmail = new formField(true,"s","email","E-mail");
oPostalCode = new formField(true,"s","none","Postal Code");
