We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd866c commit f3c3aaeCopy full SHA for f3c3aae
1 file changed
src/partials/feedback-form.hbs
@@ -1,6 +1,6 @@
1
<div class="feedback-section" data-page-url="{{page.url}}" data-page-title="{{page.title}}">
2
<p class="feedback-section-title">Was this page helpful?</p>
3
- <form name="feedback-form" method="POST" netlify netlify-honeypot="bot-field" onsubmit="return false">
+ <form name="feedback-form" method="POST" netlify netlify-honeypot="bot-field">
4
<div hidden>
5
<label>
6
Don't fill this out if you're human: <input name="bot-field" type="text" />
0 commit comments