Skip to content

Commit

Permalink
Add formspree anti spam input that should be hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed May 29, 2019
1 parent 48a984d commit ce96547
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ form > label {
color: var(--global-font-color);
}

input[name=_gotcha] {
display: none;
visibility: hidden;
}

input[type=checkbox] {
cursor: pointer;
height: 1.25rem;
Expand Down

0 comments on commit ce96547

Please sign in to comment.