Duplicate Google reCAPTCHA along with iTheme Security Plugin.
-
Hi, Woodmart respective support team 🙂
While setting up the theme for public visitors (open registration) I found a BUG in the registration form (duplicate google recaptcha).
This issue occurs when installing iTheme Security Pro Plugin and activating the reCAPTCHA.
<?php do_action( 'woocommerce_register_form' ); ?>
<?php //do_action( 'register_form' ); ?>
After commenting the duplicate registration form, The registration work without issues.
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for contacting our support center.
OK, we see this duplicated action in our login form template. We will fix this in our next theme update. Thank you for the report.
Kind Regards
XTemos Studio
Thank you for the fast reply! Wish you the best 🙂
Hey,
You did launch a new update! Great
What have you done to my reported issue (Google reCaptcha Duplication)?
<?php
$did-you = array("Forget"=>"1", "Ignored"=>"2", "Dont care"=>"3");
foreach($age as $x => $x_value) {
echo "Key=" . $x . ", Value=" . $x_value;
echo "<br>";
}
?>
Thank you
Our 2.2.1 was a hotfix update that just fixed one bug and we had to release it immediately. Other reported issues are not so critical and will be fixed in the 2.3 update in a few weeks.
Great! Thnks for the information 🙂