Thread Starter
EGF
(@ericgf)
after checking the sweetcaptcha.php I found why it only works for register option, so I added the code for the login form in the appropriate section under the if statement for the // add Sweet Captcha to login form.
// add woocommerce login form
add_action(‘woocommerce_login_form’, ‘sweetcaptcha_login_form’);
the woocommerce “lost password” can also work if you add the php shortcode for sweetcaptcha directly into woocommerce lost-password template, but I’d rather have everything within the sweetcaptca code.
is there any easier method?
Hello,
We have the same issue. The plug in is working only for the “Register” option in WooCommerce and not elsewhere. Has the update been officially released?
Thread Starter
EGF
(@ericgf)
I had to edit (comment out) your code in User-Specific-Content.php , specifically the list by user if block:
//by user
/* if ($options[‘list_users’]){ ……. */
Is there a bug where you save the settings in config? I couldn’t find it..