$(document).ready(function(){
	$('input[name=information]').val('68278091hjkwe76^@#');
	$("form#contactform").validate({
		errorContainer: $(".errorContainer"),
		rules:{
			name:{
				minlength:2
			}
		}
			});
		
			
});
