Skip to content

Commit

Permalink
Remove autocomplete from honeypot field
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminEHowe committed Jul 13, 2024
1 parent ec3db2e commit c060163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11ty-src/_layouts/links.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout: default.njk
<form id="contact-form" method="post" action="/api/contact">
<fieldset style="display:none">
<label for="name">Leave blank if you're human:</label>
<input type="text" name="name" id="name" placeholder="Leave blank if you're human" />
<input type="text" name="name" id="name" placeholder="Leave blank if you're human" autocomplete="off" />
</fieldset>
<fieldset>
<label for="email">Email address:</label>
Expand Down

0 comments on commit c060163

Please sign in to comment.