I've this url www.mydomain.com/login
How can I insert a link in this page to go to www.mydomain.com/login?type=password?
I've tried
<a href="?type=password">Recover Password</a>
But it refreshes the page as expected. How I would do this?
I've this url www.mydomain.com/login
How can I insert a link in this page to go to www.mydomain.com/login?type=password?
I've tried
<a href="?type=password">Recover Password</a>
But it refreshes the page as expected. How I would do this?