I have custom form in WordPress site. Tracking ip address, checking referer page, validating email address. Still receiving spam subscriptions. Tried Bestwebsoft CAPTCHA, really simple CAPTCHA but not able to prevent spamming. Any help?
Asked
Active
Viewed 1,426 times
2 Answers
1
Using Contact Form 7 - Plugin will help to create Google Captcha, using api key.
This might help you.

Divyam Solanki
- 461
- 2
- 7
- 25
-
Does this plugin allow to add CAPTCHA in custom form? – Developer Sep 27 '16 at 16:30
-
@Developer Yes, it does. – Divyam Solanki Sep 27 '16 at 16:32
-
Thanks for your hint.Found required answer at http://stackoverflow.com/questions/14177844/how-to-change-form-action-url-for-contact-form-7 – Developer Sep 27 '16 at 16:53
-
@Developer if found it helpful, please upvote the answer and check it with correct – Divyam Solanki Sep 27 '16 at 16:55
0
I have tried following for my purpose - https://codeforgeek.com/2014/12/add-google-recaptcha-wordpress/
This is perfect example for how to add Google captcha in custom wordpress/PHP/HTML
forms.

Developer
- 324
- 3
- 13