Hi Guys!
Does anyone know how to make link instead of submit button in a form.
my code is
<form action='' method='POST'>
<input type='hidden' name='action' value='logout'>
<input type='submit' value='Logout'>
And i do not want the button to appear, all i want is a simple link that would work the same...