honeypot.html.twig 367 B

12345678
  1. <input aria-hidden="true"
  2. type="text"
  3. {% if config.plugins.form.inline_css == true %}
  4. style="visibility:hidden;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);"
  5. {% endif %}
  6. class="form-honeybear"
  7. name="{{ (scope ~ field.name)|fieldName }}"
  8. value="{{ value|join(', ') }}" />