Skip to content

Commit 6fc8524

Browse files
committed
set page value in form
1 parent ec8b5f9 commit 6fc8524

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">
22
<p class="feedback-section-title">Was this page helpful?</p>
3-
<form name="feedback-form" action='{{page.url}}' netlify netlify-honeypot="bot-field">
3+
<form name="feedback-form" action="{{page.url}}" netlify netlify-honeypot="bot-field">
44
<input name="feedback-page" hidden/>
55
<div hidden>
66
<label>

0 commit comments

Comments
 (0)