prevent contact form spam

This commit is contained in:
Lee Lawlor
2014-09-30 21:09:01 -04:00
parent 1f892a89c0
commit 4f05d39cfb
10 changed files with 14 additions and 6 deletions

View File

@ -28,5 +28,8 @@ $(document).on('page:load ready', function() {
// activate any tablesorters
$('.tablesorter').tablesorter();
// set value for userlogin_js, which is used to determine if a form was submitted with javascript enabled
$('#userlogin_js').val('6H2W6QYUAJT1Q8EB');
});