Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1067046

    since Enfold 4.5.4 there is on Google Services the new Options input fields – but how to embed them in contact form now?

    #1068171

    Hey Guenter,

    Hope you’re doing good.

    Now, regarding the new feature, just select your preferred recaptcha version and put in the API keys in their respective fields. The recaptcha widget or automatic verification will be applied to every contact form after that.

    Best regards,
    Ismael

    #1068176

    that means there is no visible Recaptcha in version 3 – this was only the case with V2?
    No input field to mark all fire hydrants etc. pp?

    #1068796

    Hi,

    Yes, the verification will run in the background automatically when you choose v3, no widget.

    // https://developers.google.com/recaptcha/docs/v3

    Best regards,
    Ismael

    #1068816

    Dear Kriesi,
    I have installed the recaptcha package for enfold, but I have found that it interferes with the ‘password protected’ posts (native wordpress password protection), at least on my site. After enabling the enfold-recaptcha package, the password form does show, but after entering the password it shows the password protected message again. It does not show the recaptcha form itself. Not sure if this is only on my installation, or if you are able to reproduce.

    Thanks.

    #1068991

    yes – I can confirm that.

    #1069269

    Hi,

    Could you give us a screenshot of the issue?

    After enabling the enfold-recaptcha package

    Are you using the plugin? The option is now available on version 4.5.4. Please remove the plugin and then upgrade the theme to the latest version. Let us know if the issue persists.

    Best regards,
    Ismael

    #1069271

    Hi,

    UPDATE: I was able to reproduce the issue on my end. I’ll get back to you once I found the problem.

    Best regards,
    Ismael

    #1069272

    Dear Ismael,
    Thanks so much. Appreciate the great support as always.

    Cheers

    #1069273

    Hi,

    I found the issue in the script. Please edit the framework > js > avia_recaptcha.js file, look for this code around line 67:

    var forms = document.getElementsByTagName( 'form' );	
    

    .. and replace it with:

    var forms = document.querySelectorAll( '.av-form-recaptcha' );	
    

    Best regards,
    Ismael

    #1069608

    Thanks !

    #1069814

    Hi,

    No problem. Have a nice day.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘how to embed new Google ReCaptcha since Enfold 4.5.4 in contact form ?’ is closed to new replies.