
function checkform_enquiry() {
	return v8(
		check(field("Name","Name"),test("r"))
		,
		check(field("ContactNumber","Contact number"),test("r"))
		,
		check(field("EmailAddress","Email address"),test("email"))
	)
}

