Testing issues with contact form not making POST request

This commit is contained in:
Ray 2024-07-15 00:56:05 +10:00
parent baf9b7830d
commit abbacc3fc6
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@
</div>
<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>
<br>
<input type="name" name="Name">
<input type="text" name="Name">
<br>
<label for="_replyto">Email:</label>
<br>