• Resolved ID-web

    (@debrailly)


    Good morning,

    I have Elementor Pro and I have integrated reCAPTCH into the settings
    I use a contact form on my site.
    It works perfectly with a reCAPTCHA field
    But when I activate the AIOWPS plugin it no longer works.
    I have a sending error.
    I obviously indicated the same keys in AIOWPS and in Elementor.

    Can you help me fix this bug?

    Regards

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @debrailly

    Ok, I will create an internal ticket for this, Do you use Google Recaptcha or Cloudflare ?

    It might be from both plugins the settings to add recaptcha on that might be creating issues in AIOS you can select the option for example login page, registration, or comment form the captcha to on. if the page do not have any form and Elemenentor pro form please let me know which page with url.

    Regards

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @debrailly

    Sorry for late reply we have tried the Wocommerce login reCapatcha added from AIOS and there was Elementor Pro form ( contact form ) added in same page and cross checked there was no conflict and both functionality to login and send contact from ( by email ) working fine.

    https://snipboard.io/eTzln9.jpg

    Can you pelase provide more details what exact issue is ? If you have any cache pluign enabled pelase disable it and cross check.

    Regards

    Thread Starter ID-web

    (@debrailly)

    Hi,

    I use reCaptcha Google (not Cloudflare)

    the problem comes from the following page: https://atelierrosarose.com/contact/

    Here the error message when I try to send the form:

    Your submission failed due to a server error.
    Your submission failed due to an error.
    Your submission failed due to a server error.
    Your submission failed due to an error.
    Email Your submission failed due to a server error.
    Email 2 Your submission failed due to a server error.
    This message is not visible to site visitors

    If I disable reCAPTCHA in the plugin AIOS, I no longer have this problem.

    Regards

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @debrailly

    We do have cross-checked for google Recaptcha.

    https://snipboard.io/eTzln9.jpg

    I can see there is “Parlez-nous de votre projet” elementor form. Do there any form where AIOS Recaptcha getting added?

    Try disable one bye one below feature if that has conflict with form post.

    I can not see any other form on that page that is why asking to cross check below are you disabling the recaptcha of AIOS or whole AIOS plugin ?

    1) WP Security > Miscellaneous > WP REST API Can you please cross check the Disallow unauthorized REST requests:
    2) Deny bad query string – WP Security > Firewall > Addition firewall rules tab. Deny bad query strings: uncheck the checkbox and save
    3) Advanced char filter – WP Security > Firewall > Addition firewall rules tab. Enable advanced character string filter :uncheck the checkbox and save
    4) 5g firewall rules – WP Security > Firewall > 6G Blacklist firewall rules tab. Enable legacy 5G firewall protection uncheck the checkbox and save
    5) 6g firewall rules – WP Security > Firewall > 6G Blacklist firewall rules tab. Enable 6G firewall rules – uncheck the checkbox and save

    Regards

    Thread Starter ID-web

    (@debrailly)

    Hi,

    None of the named rules are enabled.

    None of the named rules are enabled.

    When Elementor and AIOWP are active:

    • the reCAPTCHA in the contact form (https://atelierrosarose.com/contact/) works if:
      —-> reCAPTCHA rules in AIOWPS are inactive (“brute force tab). This is currently the case to allow visitors to send a message verified by reCAPTCHA. In this case, Elementor manages the contact form.
      But I cannot activate reCAPTCHA on other forms on the site with AIOWPS in the “brute force” tab:
    • backoffice connection form
    • user registration form
    • wordpress user registration form
    • “lost password” form
    • form to leave a comment on the blog
    • customer connection form with woocommerce
    • “lost password” form for woocommerce
    • customer registration form with woocommerce

    If I activate the reCAPTCHA setting with AIOWPS, then the contact form no longer works.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @debrailly

    Ok, I will cross-check in more detail, but as general if it is conflict it might not work with woocommerce login page, Which theme do you use ?

    https://snipboard.io/eTzln9.jpg

    Regards

    XU3E

    (@angelxube)

    Sorry to open this, i have similiar problem with custom login form and recaptcha. It will not show at all within login form elementor widget.

    When i try to login it will redirect to default wordpress login page with error: ERROR: Your answer was incorrect – please try again.

    On the login page there is recaptcha, so it works properly within core login forms.

    But how can i hook recaptcha manualy with elementor login form or other forms?

    • This reply was modified 3 weeks, 5 days ago by XU3E.
    • This reply was modified 3 weeks, 5 days ago by XU3E.
    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @angelxube

    Is it the Elementor form? If possible you can share the page url using https://pastebin.com/ It will be good.

    Here the “ERROR: Your answer was incorrect – please try again.” means authenticate filter gets on post back and it tries to check the captcha. It is not showing and it is custom login form login_form_middle and login_form_bottom filter are not called that can be the issue.

    If it is Elementor use the below to enable captcha.

    https://elementor.com/help/recaptcha-elementor-integration/

    Regards

    XU3E

    (@angelxube)

    Hi @hjogiupdraftplus ,

    URL is https://whysport.sk/ where is login called as popup. But the same goes with https://whysport.sk/login-test/.

    Integration within Elementor is enabled but it is not called with Login Form Widget. Ordinary forms has own reCaptcha called by Elementor itself. Login Forms has no any implementation of reCaptcha or other captcha.

    I hoped i could call reCaptcha by some hook. I will try add filter login_form_bottom and login_form_bottom but i am not familiar with elementor widgets code modification.

    Thank you,
    Regards

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @angelxube

    It seems Elementor login pro widget is being used to open in popup (slide left) the login form.

    It seems not have reCaptcha option. I can see below open ticket you should contact elementor support.

    https://github.com/elementor/elementor/issues/3776

    It will be hard for you to add those filter directly login_form_bottom and login_form_bottom as the files get updated with change of plugin version.

    1. Elementor pro implement these filters
    2. Elemntor pro provide us (AIOS) which filter to be used to add captcha fileld (that we patch in our plugin for custom login form) and js code and make sure authenticate filter used to validate captcha.

    Regards

    XU3E

    (@angelxube)

    Thank you for advice. It was very helpful.

    I put those hooks / filters in login.php widget and it works for now. You are right – it is not really solutions because updates will remove changes so I put request on https://github.com/elementor/elementor/issues/3776

    Hopefully they will put those hooks to widget in next releases.

    Thank you again,

    Regards

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @angelxube

    Glad to know elementor login widget have captcha enabled as per advice. If possible remove write permission of that file so do not have issue on update.

    Would you mind writing a quick five-star review on wordpress.org?

    https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/#new-post

    Reviews also help others to make confident decisions about our plugin.

    Regards

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.