We’ve had the shop live for 3 days and have received an insane amount of spam. I have the two options enabled but they are apparently very weak. My guess is this is yet another way for Shopify to make yet another app a necessity?
How can we make this more effective without doling out yet more money to a third party to provide something that should be a stock feature?
alienzero.bike is the domain
Here’s the form:
<form method="post" action="/contact#ContactForm" id="ContactForm" accept-charset="UTF-8" class="isolate scroll-trigger animate--slide-in" data-cptcha="true" data-hcaptcha-bound="true"><input type="hidden" name="form_type" value="contact"><input type="hidden" name="utf8" value="✓"><div class="contact__fields">
<div class="field">
<input class="field__input" autocomplete="name" type="text" id="ContactForm-name" name="contact[Name]" value="" placeholder="Name">
<label class="field__label" for="ContactForm-name">Name</label>
</div>
<div class="field field--with-error">
<input autocomplete="email" type="email" id="ContactForm-email" class="field__input" name="contact[email]" spellcheck="false" autocapitalize="off" value="" aria-required="true" placeholder="Email">
<label class="field__label" for="ContactForm-email">Email
<span aria-hidden="true">*</span></label></div>
</div>
<div class="field">
<input type="tel" id="ContactForm-phone" class="field__input" autocomplete="tel" name="contact[Phone number]" pattern="[0-9\-]*" value="" placeholder="Phone number">
<label class="field__label" for="ContactForm-phone">Phone number</label>
</div>
<div class="field">
<textarea rows="10" id="ContactForm-body" class="text-area field__input" name="contact[Comment]" placeholder="Comment"></textarea>
<label class="form__label field__label" for="ContactForm-body">Comment</label>
</div>
<div class="contact__button">
<button type="submit" class="button">
Send
</button>
</div><div class="h-captcha" data-sitekey="f06e6c50-85a8-45c8-87d0-21a2b65856fe" data-size="invisible"><iframe aria-hidden="true" data-hcaptcha-widget-id="06lb2qmj9f0q" data-hcaptcha-response="" src="https://newassets.hcaptcha.com/captcha/v1/14dbe0f1619b8014e2630bcdde727e7785a80dee/static/hcaptcha.html#frame=checkbox-invisible" style="display: none;"></iframe><textarea id="h-captcha-response-06lb2qmj9f0q" name="h-captcha-response" style="display: none;"></textarea></div></form>