Skip to content

Commit ce96547

Browse files
committed
Add formspree anti spam input that should be hidden
1 parent 48a984d commit ce96547

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/form.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ form > label {
5252
color: var(--global-font-color);
5353
}
5454

55+
input[name=_gotcha] {
56+
display: none;
57+
visibility: hidden;
58+
}
59+
5560
input[type=checkbox] {
5661
cursor: pointer;
5762
height: 1.25rem;

0 commit comments

Comments
 (0)