Stillwater Township - Resident Cost Saving Suggestions

Do you have ideas on how to save money, reduce costs or make the Township's operations more efficient?  If so fill out the form below and submit it in for consideration.  The Township Officials are eager to obtain your input and gather new and effective ways to manage our Township costs.

                                                                                  
 

Suggestion #1   

 

Suggestion #2   

 

Suggestion #3   

 

Optional:

First Name                Last Name        

Phone Number          Email Address   

 

Created by Contact Form Generator <% ' Website Contact Form Generator ' http://www.tele-pro.co.uk/scripts/contact_form/ ' This script is free to use as long as you ' retain the credit link ' declare variables Dim EmailFrom Dim EmailTo Dim Subject Dim FirstName Dim LastName Dim Address ' get posted data into variables EmailFrom = Trim(Request.Form("email")) EmailTo = "feedback@stillwatertownship.com" Subject = "Township Email Submission" FirstName = Trim(Request.Form("FirstName")) LastName = Trim(Request.Form("LastName")) Address = Trim(Request.Form("Address")) ' validation Dim validationOK validationOK=true If (validationOK=false) Then Response.Redirect("FAQ.htm" & EmailFrom) ' prepare email body text Dim Body Body = Body & "FirstName: " & FirstName & VbCrLf Body = Body & "LastName: " & LastName & VbCrLf Body = Body & "Address: " & Address & VbCrLf ' send email Dim mail Set mail = Server.CreateObject("CDONTS.NewMail") mail.To = EmailTo mail.From = "Stillwater Township Resident" mail.Subject = Subject mail.Body = Body mail.Send ' redirect to success page Response.Redirect("FAQ.htm" & EmailFrom) close ("email.htm") %>

© Copywright 2006 Stillwater Township, Stillwater, MN