Skip to content

Commit

Permalink
Disable reCAPTCHA on contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Aug 13, 2024
1 parent 4a2684c commit 02ce4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/contact.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ eleventyNavigation:

<form class="form" name="contact" action="https://formsubmit.co/{{ sitemeta.siteAuthor.email }}" method="POST">
<input type="hidden" name="_next" value="{{ sitemeta.siteUrl }}/contact/thanks.html">
<input type="hidden" name="_captcha" value="false">
<div class="form__section">
<label class="form__label" for="yourName">Name</label>
<input class="form__input" name="name" type="text" id="yourName" required="true">
Expand Down

0 comments on commit 02ce4b9

Please sign in to comment.