Remove POST method from contact form

This commit is contained in:
t404owo
2025-10-19 02:35:30 +02:00
committed by GitHub
parent 254bc8a3cc
commit 9e18c458a5

View File

@@ -233,7 +233,7 @@ Here is my contact list. Feel free to contact me in case you need anything in my
(Or) Contact me here
</h1>
<div class="contact-email">
<form method="POST" class="form" id="mail-form">
<form class="form" id="mail-form">
<label for="name">Name:</label>
<input type="text" name="name" id="name" class="inputbox" placeholder="Your Name" required>
<br>