Need a captcha code for my submit button

3 replies
Hi, I have a wordpress site where I let people submit articles related to my site. When they click the submit button, the article gets sent to me for approval. Recently a spammer has found it, and is hitting it with about fifty garbage requests a day.

I want to put a captcha code on the submit button, but have been unsuccessful with this. The plugins I tried, only work with the site login, and comments box, and a few of the scripts I found on the web don't seem to work.

Any help would be appreciated. I just need something simple. Below is the submit code that this page is using.

<dl>
<dd><input type="checkbox" name="ContactRequested" value="ContactRequested">
I would like to be contacted before my article is published</dd>
</dl>
<p align="center"><input type="submit" value="Submit Article">
<br>
<input type="reset" value="Clear Form"></p>
<html>

Thanks
Glenn
#button #captcha #code #submit

Trending Topics