mirror of https://github.com/reiyua/reiyua.lol.git
Modify contact form to create a POST request
This commit is contained in:
parent
844f200243
commit
baf9b7830d
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
|
||||
<div class="form-container">
|
||||
<form action="http://formspree.io/rei@reiyua.lol">
|
||||
<form action="http://formspree.io/rei@reiyua.lol" method="POST"></form>
|
||||
<label for="Name">Name:</label>
|
||||
<br>
|
||||
<input type="name" name="Name">
|
||||
|
|
Loading…
Reference in New Issue