We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c18c9f commit f6d694fCopy full SHA for f6d694f
1 file changed
src/partials/feedback-form.hbs
@@ -1,12 +1,14 @@
1
<div class="feedback-section">
2
<p class="feedback-section-title">Was this page helpful?</p>
3
<form name="feedback-form" action='{{page.url}}' netlify netlify-honeypot="bot-field">
4
+ <input name="feedback-page" value='{{page.url}}' hidden/>
5
<div hidden>
6
<label>
7
Don't fill this out if you're human: <input name="bot-field" type="text" />
8
</label>
9
</div>
10
<div class="feedback-form-options">
11
+ <input name="feedback-option" hidden/>
12
<button class="feedback-form-button" type="button" value="page-helpful" aria-label="The page was helpful">Yes</button>
13
<button class="feedback-form-button" type="button" value="page-not-helpful" aria-label="The page was not helpful">No</button>
14
0 commit comments