• Resolved meghna21

    (@meghna21)


    In user registration plugin i integrated the login form and recaptcha is enabled but in my account page recaptcha is not showing and giving error while sbmit the form.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @meghna21,

    Thank you for writing in,

    Please check this documentation link once https://docs.wpeverest.com/user-registration/docs/how-to-integrate-google-recaptcha/ and follow the instruction kindly.

    Note: If you have enabled the Google ReCaptcha v3 then it does not display on the form. If you would like to test the Google ReCaptcha v3 then please take the time to submit the form more than 2 minutes you will get the error.

    Regards!

    Thread Starter meghna21

    (@meghna21)

    I am using Google ReCaptcha v2. And done with all the steps but still it is not showing the captcha. Giving the error msg ERROR : Please check the ReCaptcha box. But there is no captcha box is visible.

    [ redundant link removed ]

    • This reply was modified 3 years, 4 months ago by Jan Dembowski.
    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @meghna21,

    It seems that there is a conflict between the plugins. Please deactivate all other plugins except User Registration and see if it works or not. If everything works fine then you can activate other plugins one after another and do test registrations at the same time. This will let you know the cause of the error.

    Let me know if it helps or not and I will get back to you.
    Regards!

    Thread Starter meghna21

    (@meghna21)

    ya I done as per you said and it is working but the captcha is not showing properly it is only showing half portion
    u can check with the link : [ redundant link removed ]

    • This reply was modified 3 years, 4 months ago by Jan Dembowski.
    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @meghna21,

    Thank you for getting back to us,

    It seems the other designs code making conflict on it, could you please go to your dashboard >> appearance >> customize >> additional CSS and add the following CSS code.

    div#ur-recaptcha-node {
        width: max-content !important;
        max-width: 100% !important;
    }

    Regards!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘recaptch anot showing’ is closed to new replies.