mirror of https://github.com/reiyua/reiyua.lol.git
Testing issues with contact form not making POST request
This commit is contained in:
parent
baf9b7830d
commit
abbacc3fc6
|
@ -29,10 +29,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-container">
|
<div class="form-container">
|
||||||
<form action="http://formspree.io/rei@reiyua.lol" method="POST"></form>
|
<form action="http://formspree.io/rei@reiyua.lol" method="POST">
|
||||||
<label for="Name">Name:</label>
|
<label for="Name">Name:</label>
|
||||||
<br>
|
<br>
|
||||||
<input type="name" name="Name">
|
<input type="text" name="Name">
|
||||||
<br>
|
<br>
|
||||||
<label for="_replyto">Email:</label>
|
<label for="_replyto">Email:</label>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue