I’m sorry if this has been asked before but I can’t seem to find this information by searching.
I want to make sure that I have reCAPTCHA enabled for my newsletter sign-up. When I’m in my admin and go to online store > preferences then scroll down, I can see that I have enabled:
- Google reCAPTCHA on contact and comment forms
- Google reCAPTCHA on login, create account and password recovery pages
Does any of this include reCAPTCHA for the newsletter sign-up form? If not, is there anything I can do (aside from going to my email marketing service and enabling a double opt-in)?
Thanks!
2 Likes
I’d love to know the answer too - did you figure it out, by chance?
How it worked for me is by editing the code directly on the popup.liquid theme file. On the input field type change it from “email” to “text”. It will enable to the recaptcha and if someone enters an invalid email type it wont add it to the customer list.
How it worked for me is by editing the code directly on the popup.liquid theme file. On the input field type change it from “email” to “text”. It will enable to the recaptcha and if someone enters an invalid email type it wont add it to the customer list.