Skip to content

Instantly share code, notes, and snippets.

@fotan
Created January 6, 2017 01:46
Show Gist options
  • Save fotan/0f7796df329d49d7479ccc96b64c3e08 to your computer and use it in GitHub Desktop.
Save fotan/0f7796df329d49d7479ccc96b64c3e08 to your computer and use it in GitHub Desktop.
FORM - Hidden Field Captcha
Hides a form field. Check for it on the form processor page. If there's data, it was filled in by a bot because a normal browser can't see it.
<input type="text" name="surprise" value="" style="display: none; visibility: hidden;"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment