Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
You can try to change the button near subscription form from <a href="..."> to <button>.Does anyone else have bot visits that add email addresses to the newsletter? I had to deactivate the subscription to the newsletter. According to ip, it comes from france and identifies it with magento.
This is the code of button now.You can try to change the button near subscription form from <a href="..."> to <button>.
Usually bots are dumb enough to skip buttons.
Or you can try to block that ip in your hosting panel
You can turn on verification email in settings.Does anyone else have bot visits that add email addresses to the newsletter? I had to deactivate the subscription to the newsletter. According to ip, it comes from france and identifies it with magento.
You are welcomeThank you! I'll try to change the code and see how it behaves, I'll tell you later!
There might be a little workaround. You can make the form to submit by javascript, like this:This is the code of button now.
<input class="btn btn-primary float-xs-right hidden-xi-down" name="submitNewsletter" type="submit" value="{l s='Subscribe' d='Shop.Theme.Actions'}">
I do not know how to change it exactly.