Hi
I have a custom component on the administrator components dashboard which has this piece of code in which is a filter button:
<form><button type="submit" action="./administrator/index.php&option=com_cpanel&view=cpanel&dashboard=components" class="btn btn-sm btn-primary" >Filter</button></form>
However, when I click it it returns me to:
/administrator/index.php? instead of ./administrator/index.php&option=com_cpanel&view=cpanel&dashboard=components
I can't work out where the re-route is happening.
Can anyone please point me in the right direction to solve this?
Appreciated.
Red Ant