{% block component_captcha_honeypot %}
<div class="form-additional-information">
{% block component_captcha_honeypot_input %}
<input type="text"
name="{{ constant('Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha::CAPTCHA_REQUEST_PARAMETER') }}"
class="form-control"
value=""
>
{% endblock %}
</div>
{% endblock %}