2017-06-29, 02:14:57
(This post was last modified: 2017-06-29, 02:29:45 by Lucianp.
Edit Reason: more info
)
Has anyone added Google ReCaptcha to this form? I'm confused where to place the keys/script. I'm thinking add_entry.php is the correct template. I put this before the submit
and this after the form
but I think I am still missing something for the response and where to put it.
problem I'm having is it submits whether recaptcha checked or not.
If anyone could help me here, I would be eternally grateful.
thank you
Code:
<div class="g-recaptcha" data-sitekey="my-key-goes-here"></div>
and this after the form
PHP Code:
<script src='https://www.google.com/recaptcha/api.js'></script>
but I think I am still missing something for the response and where to put it.
problem I'm having is it submits whether recaptcha checked or not.
If anyone could help me here, I would be eternally grateful.
thank you
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.