var fields = [
	new Field("txtFirstName", "req", "First Name"),
	new Field("txtLastName", "req", "Last Name"),
	new Field("txtLocation", "req", "Location"),
	new Field("txtEmail", "req,email", "Email"),
	new Field("txtDescription", "req,", "Description")
]

