Mailing List
We invite you to subscribe to the Downers Grove Township Supervisor News. You will be notified by email of changes, reminders or events regarding Township business, General Assistance, RTA Passes and Passport applications, as well as information on Oak Hill and Oak Crest Cemeteries. We also have Human Service programs such as Peer Jury, Life Skills and Senior Citizen services that may be of interest to Downers Grove Township residents.
To subscribe to the DGT Supervisor News mailing list, fill in the required fields below.
function checkform() {
for (i=0;i if(! compareEmail())
{
alert("The email addresses you entered do not match.");
return false;
}
return true;
} var fieldstocheck = new Array();
var fieldnames = new Array();
function addFieldToCheck(value,name) {
fieldstocheck[fieldstocheck.length] = value;
fieldnames[fieldnames.length] = name;
}
var groupstocheck = new Array();
var groupnames = new Array();
function addGroupToCheck(value,name) {
groupstocheck[groupstocheck.length] = value;
groupnames[groupnames.length] = name;
} function compareEmail()
{
return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
}
function checkGroup(name,value) {
option = -1;
for (i=0;i