RE: http://docs.jquery.com/Plugins/Validation
I am setting up a simple contact form and want to use a \"quiz\" as a simple SPAM protection.
I am therefore asking
http://docs.jquery.com/Plugins/Validation/Methods/equalTo#other
$(".selector").validate({ rules: { userResponse: { required: true, equalTo: 'Sunday' } } });