<form action="myurl"> <button name="test1">test1</button> <button name="test2">test2</button> </form> When I click on the buttons, I’ll get the following URLs:
myurl?test1 myurl?test2 How to get this type of URL without js
myurl/test1 myurl/test2