<!-- 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>