vendor/shopware/storefront/Resources/views/storefront/component/captcha/honeypot.html.twig line 1

Open in your IDE?
  1. {% block component_captcha_honeypot %}
        <div class="{{ constant('Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha::CAPTCHA_REQUEST_PARAMETER') }}">
            {% block component_captcha_honeypot_input %}
                <input type="text"
                       name="{{ constant('Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha::CAPTCHA_REQUEST_PARAMETER') }}"
                       class="d-none"
                       value=""
                       tabindex="-1"
                       autocapitalize="off"
                       spellcheck="false"
                       autocorrect="off"
                       autocomplete="off"
                >
            {% endblock %}
        </div>
    {% endblock %}