Skip to content

Instantly share code, notes, and snippets.

@andrewbroman
Created August 13, 2012 17:49
Show Gist options
  • Save andrewbroman/3342732 to your computer and use it in GitHub Desktop.
Save andrewbroman/3342732 to your computer and use it in GitHub Desktop.
HTML: anti-spam form idea
<input type="text" id="not_human" name="name" />
<input type="text" name="actual_name" />
<style>
#not_human { display: none }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment