Skip to content

Commit

Permalink
dont redirect to donate
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-pr-p committed Jul 10, 2018
1 parent a955180 commit 317bb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = class HTML extends React.Component {
<input name="phone" type="tel" required="true" />
</form>
<form name="main-signup" netlify netlify-honeypot="bot-field" method="post" action="/donate" hidden>
<form name="main-signup" netlify netlify-honeypot="bot-field" method="post" action="/" hidden>
<input type="text" name="name" required="true" />
<input type="email" name="email" required="true" />
<input type="text" maxlength="5" minlength="5" name="zip" required="true" />
Expand Down

0 comments on commit 317bb44

Please sign in to comment.