Skip to content

Commit f3c3aae

Browse files
committed
remove onsubmit parameter
1 parent 1bd866c commit f3c3aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/partials/feedback-form.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="feedback-section" data-page-url="{{page.url}}" data-page-title="{{page.title}}">
22
<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">
3+
<form name="feedback-form" method="POST" netlify netlify-honeypot="bot-field">
44
<div hidden>
55
<label>
66
Don't fill this out if you're human: <input name="bot-field" type="text" />

0 commit comments

Comments
 (0)