KonstantinCodes / mautic-recaptcha

This Plugin brings reCAPTCHA integration to mautic.
GNU General Public License v3.0
50 stars 29 forks source link

Captcha response is not loading due to callback method and js file have to add in head tag #14

Open AvinashDalvi89 opened 5 years ago

AvinashDalvi89 commented 5 years ago
<script src='https://www.google.com/recaptcha/api.js' async defer></script>

this has to move to tag. right now its loading in body tag. Its not working properly