Created
August 1, 2012 17:23
-
-
Save eileencodes/3228967 to your computer and use it in GitHub Desktop.
field for honeypot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="field sweet_honey_for_bots"> | |
<%= label_tag :sweet_honey, "This is a honeypot, if you see this you're CSS is turned off or you're a bot. If you're not a bot don't fill it in." %> | |
<%= text_field_tag :sweet_honey %> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment