Published
- 1 min read
a href type submit
The solution for this is noted below
a href type submit
Solution
<!-- just add javascript event inside <a></a> tag -->
<form action="/logout" method="POST" id="formLogout">
<a onclick="document.getElementById('formLogout').submit();">Sign Out</a>
</form>
Try other methods by searching on the site. That is if this doesn’t work