We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37042
    • 384 Posts
    I have a Revo Formit form working successfully with Recaptcha.

    The Recaptcha displays perfectly and even validates but it refuses to display the Recapctha error if you type in the wrong letter combination.

    This is what I currently have in place.

    Start of Formit Call
    [[!FormIt? 
    &hooks=`recaptcha,FormSave,email,redirect`


    At the end of my Form
    [[+formit.recaptcha_html]]
    [[!+fi.error.recaptcha]]


    I have my public and private keys on the system settings and as I mentioned, apart from displaying the recaptcha error, all is fine.

    Any ideas what might be going on? One thing I notice is the Recaptcha instructions mention to add the following:

    [[+formit.recaptcha_html]]
    [[!+fi.error.recaptcha]]


    but the example page on Formit has an uncached call?

    [[!+formit.recaptcha_html]]
    [[!+fi.error.recaptcha]]


    Would that matter?



      ...