Skip to content

Commit d75d70c

Browse files
Debug form
1 parent 8b6f88a commit d75d70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form/NewsletterForm.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="feedback-form">
66
<form
7-
data-netlify="true"
7+
netlify
88
netlify-honeypot
99
name="feedback"
1010
method="POST"
@@ -20,7 +20,7 @@
2020
<input id="name" type="text" name="name" />
2121
<label for="email">Email</label>
2222
<input id="email" type="email" name="email" required />
23-
<button type="submit">Submit</button>
23+
<button name="submit" type="submit">Submit</button>
2424
</form>
2525
</div>
2626

0 commit comments

Comments
 (0)