I have a basic html form on a site hosted at GoDaddy.
I placed the two pieces of code on the form page (one in the header, one in the form just above <input type="submit" name="submit" value="Send">.
I tested the form and filled out the recaptcha, the submission processed and I received the email with the g-recaptcha-response: field. All seems well.
However, I can ignore the recaptcha completely and hit submit and the form goes through, and so do the bots!
I did not do any of the server-side instruction, as Godaddy has the mailform locked up and is inaccessible for one, and it didn't matter to me to get verification for the users.
How does this stop bots?
thanks!