Skip to content

Commit

Permalink
update contact redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
yeranosyanvahan committed Apr 4, 2022
1 parent 36c8846 commit 3ef99a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Contact extends React.Component {
<h1>Contact Form</h1>
<h1>Contact Info</h1>
<form style={{"grid-row":"2"}} className="contact" target="_self" action="https://formsubmit.co/formsubmit@saghatelyaninstitute.org" method="POST">
<input type="hidden" name="_next" value="https://www.saghatelyaninstitute.org/thanks-for-contacting-us" />
<input type="hidden" name="_next" value="https://www.yeranosyanvahan.com/contact" />
<input type="text" name="_bot" style={{"display":"none"}} />
<input type="hidden" name="_captcha" value="false" />
<label htmlFor="fullname">Full Name</label>
Expand Down

0 comments on commit 3ef99a6

Please sign in to comment.