We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 39658 ☆ A M B ☆
    • 106 Posts
    Hi,

    I installed the ReCaptchaV2 addon and put this in my form code:

    [[!FormIt?
    &hooks=`recaptchav2,spam,email,redirect,FormItAutoResponder`
    ]]

    <form id="contactForm" method="post" action="[[~[[*id]]]]">

    [[!recaptchav2_render?
    &tpl=`recaptchav2_invisible_html`
    &form_id=`contactForm`]]
    [[!+fi.error.recaptchav2_error]]

    </form>

    I put the credentials I got from Google in the recaptchav2.secret_key and ecaptchav2.site_key system settings.

    But it's not submitting. No error, nothing. What could be wrong? As usual the instructions are really non-existing in the addon.
      • 3749
      • 24,544 Posts
      Have you tried using Chrome Dev. Tools' console to see if there's a JS error reported?
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 39658 ☆ A M B ☆
        • 106 Posts
        I did, nothing unusual.