$().ready(function() {
	// validate signup form on keyup and submit
	$("#form1").validate();
});
