Skip to content

Commit ae537bd

Browse files
committed
custome success page
1 parent b03f3ed commit ae537bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/contact/index.js

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

0 commit comments

Comments
 (0)