jQuery(function($) {
	$('form').submit(function() {
		$('#nobot').val(1);
	});
});
