Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d84bb3

Browse files
committed
Update contact.html
1 parent 9db2f36 commit 3d84bb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contact.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<form action="https://formspree.io/[email protected]" method="POST" class="form-stacked form-light">
1414
<input type="text" name="name" class="input" placeholder="Name" required="required">
1515
<input type="email" name="_replyto" class="input" placeholder="Email Address" required="required">
16+
<input type="hidden" name="_subject" value="New submission from adamstruck.github.io/contact" />
1617
<textarea type="text" name="content" class="input textarea" placeholder="Message" required="required"></textarea>
1718
<input type="submit" class="button button-blue button-big" style="text-align: center" value="Submit">
1819
<input type="text" name="_gotcha" style="display:none" />
19-
<!---<input type="hidden" name="_next" value="//adamstruck.github.io/thanks.html" /> --->
20+
<!--- <input type="hidden" name="_next" value="//adamstruck.github.io/thanks.html" /> --->
2021
</form>
2122
</div>
2223
</body>

0 commit comments

Comments
 (0)