Skip to content

Commit b03f3ed

Browse files
committed
form fixes
1 parent fbb4753 commit b03f3ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/contact/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const photographs = (props) => {
1212
<div>&nbsp;</div>
1313
<div>Cheers 🍻</div>
1414
</p>
15-
<form name="contact" method="POST" data-netlify="true" action="/contact/success">
15+
<form name="contact" method="POST" data-netlify="true" data-netlify-honeypot="bot-field">
16+
<input type="hidden" name="form-name" value="contact" />
1617
<p>
1718
<input type="text" name="name" placeholder="Name" required />
1819
</p>

0 commit comments

Comments
 (0)