<form action="shorturl" method="POST">
<div class="search-box">
<input class="search-txt" type="text" name="" placeholder="https://">
<a class="search-btn">
<i class="fa-solid fa-minimize"></i>
</a>
</div>
</form>
I made a button in CSS out of the tag, but for some reason, when I click on it, I can't get a post request.
I tried this
<a class="search-btn" action="shorturl" formmethod="POST">
but nothing
and this
<a class="search-btn" href="shorturl" formmethod="POST">
which gives a get request