$(function(){
	$("#contactForm :input").click(function(){
		$("#hiddenField").val("55");
	})
})