added possibility for form honeypot

This commit is contained in:
2019-12-18 14:30:54 +01:00
parent ef20d66eba
commit c77093b2d4
2 changed files with 9 additions and 0 deletions

View File

@@ -377,4 +377,8 @@ textarea {
.form__field__errors {
margin-top: em(7px);
}
input[name="honeypot"] {
display: none !important;
}