We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17728
    • 1 Posts
    While trying to make new FormIt work in Revo, I’ve found problem with recaptcha key transmition.
    FormItReCaptcha constructor doesn’t seem to get them from script properties.

    I guess, that’s how FormIt snippet should look like
    /* if using recaptcha, load recaptcha html */
    if (strpos($hooks,'recaptcha') !== false) {
        $recaptcha = $modx->getService('recaptcha','FormItReCaptcha',$fi->config['modelPath'].'recaptcha/',$scriptProperties);
    


    If I’m wrong, please, don’t shoot..