Custom form integration not working


Home Forums Advanced noCaptcha & invisible Captcha PRO Custom form integration not working

This topic is: Not Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38717
    po.michel
    Participant

    Hi,

    I am trying to integrate “Advanced noCaptcha & invisible Captcha PRO” plugin to QuadMenu login form through custom PHP code do_action( ‘anr_captcha_form_field’ ).

    It looks to work as the hidden Recaptcha field is generated but login actions fails with an incorrect captcha error.

    Please help.

    https://www.bleu-mogador.com (“COMPTE” menu item).

    Cheers

    #38720
    Shamim Hasan
    Keymaster

    It seems that plugin pass hard coded values only. You can add g-recaptcha-response in https://plugins.trac.wordpress.org/browser/quadmenu/trunk/assets/frontend/js/quadmenu.js#L1451 (edit in your website’s plugin)

    Let me know.

    #38722
    po.michel
    Participant

    Thanks for your reply.

    What’s the name of the expected Ajax variable ?

    g-recaptcha-response is not accepted (no dash allowed).

    g-recaptcha-response:$form.find(‘input[name=g-recaptcha-response]’).val(),

    Cheers

    #38724
    po.michel
    Participant

    A workaround would be to exclude this login form from catpcha verification.

    Is it possible ?

    #38726
    Shamim Hasan
    Keymaster

    Try like "g-recaptcha-response":$form.find('input[name="g-recaptcha-response"]').val(),
    You can exclude login form from the settings page of this plugin.

Viewing 5 posts - 1 through 5 (of 5 total)

You need to purchase ‘Advanced noCaptcha & invisible Captcha PRO’ to create topic in this support forum.

If you already purchased ‘Advanced noCaptcha & invisible Captcha PRO’ please LOGIN.