Make formx boxes stack on top of each other.

This commit is contained in:
Ray 2024-07-15 00:43:49 +10:00
parent b341f9f934
commit 2e6f96e231
1 changed files with 6 additions and 0 deletions

View File

@ -31,11 +31,17 @@
<div class="form-container"> <div class="form-container">
<form action="http://formspree.io/rei@reiyua.lol"> <form action="http://formspree.io/rei@reiyua.lol">
<label for="Name">Name:</label> <label for="Name">Name:</label>
<br>
<input type="name" name="Name"> <input type="name" name="Name">
<br>
<label for="_replyto">Email:</label> <label for="_replyto">Email:</label>
<br>
<input type="email" name="_replyto"> <input type="email" name="_replyto">
<br>
<label for="body">Message:</label> <label for="body">Message:</label>
<br>
<textarea name="body"></textarea> <textarea name="body"></textarea>
<br>
<input type="submit" value="Send"> <input type="submit" value="Send">
</form> </form>
</div> </div>