More form testing

This commit is contained in:
Ray 2024-07-15 01:01:38 +10:00
parent 87bcad03ab
commit b279d8d166
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@
<br>
<input type="text" name="Name">
<br>
<label for="_replyto">Email:</label>
<label for="email">Email:</label>
<br>
<input type="email" name="_replyto">
<input type="email" name="email">
<br>
<label for="body">Message:</label>
<br>