I’ve set reCAPTCHA according to the documentation and entered private and public keys to settings but I get the message reCaptcha.no_api_key when I submit my form…I don’t see any reCaptcha templates or puzzles just getting that message, any ideas?
Have you included the hook in your formit call - should look something like…
&hooks=`recaptchav2,spam,FormItSaveForm,email,redirect`
…also somewhere in the form
<div class="form-item">
[[!recaptchav2_render]]
[[!+fi.error.recaptchav2_error]]
</div>
1 Like
This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.