Skip to content

Instantly share code, notes, and snippets.

@ammist
Created May 16, 2011 00:20
Show Gist options
  • Save ammist/973709 to your computer and use it in GitHub Desktop.
Save ammist/973709 to your computer and use it in GitHub Desktop.
Contact Form 7 with Captcha
<p>Your Name (required)<br />
[text* your-name] </p>
<p>Your Email (required)<br />
[email* your-email] </p>
<p>Subject<br />
[text your-subject] </p>
<p>Your Message<br />
[textarea your-message] </p>
<p class="captcha">
Enter the following phrase in the text box below:
[captchac captcha]
[captchar captcha]
</p>
<p>[submit "Send"]</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment