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>