custom/plugins/NextagTheme/src/Resources/views/storefront/component/captcha/honeypot.html.twig line 1

Open in your IDE?
  1. {% block component_captcha_honeypot %}
  2.     <div class="form-additional-information">
  3.         {% block component_captcha_honeypot_input %}
  4.             <input type="text"
  5.                    name="{{ constant('Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha::CAPTCHA_REQUEST_PARAMETER') }}"
  6.                    class="form-control"
  7.                    value=""
  8.             >
  9.         {% endblock %}
  10.     </div>
  11. {% endblock %}