I use href to send action to the controllr but I ask if it's possible to use button instead href to do the action. this is my code
<a href="{{ path('adduser') }}" class="btn btn-lg btn-default highlight_black stylish ">create user</a>
so instead <a href ...> I want to use
<input type="button">
Thanks for help