How do I setup a Captcha to avoid spam submissions?

GonnaLearnToday

Regular Member
Joined
Dec 4, 2018
Messages
334
Reaction score
117
One of you dirty little bastards (jk jk, I'm sure its not one of you guys specifically) keep spamming my lead submission forms.

Code:
<form action="http://www.xxxxxxxxxxxxx.com/send-demo.php" method="post" role="form" class="contactForm">

So for example; I have a simple form that has name, email, phone and its used to generate leads on my site. My sites not even that popular. But for some reason I get like 15:1 (15 spam submissions to 1 real submission). It's starting to piss me off to be honest.

Whats the best way to go about this? Implementing a captcha type deal by the submit?

Is there a go to captcha service / any recommendations?


Thank you guys in advance.
 
Back
Top