I have two different login systems login A and login B. So if possible I want to have two radio buttons that will display a login form (username and password) but send the login information to different places based on the radio that is selected. So for instance if A is selected when the user enteres their username and password it will send their information to /A/login.html or if b /B/login.html.
Thanks!
Thanks!