I would like to use this style now and I have it all set into my file but then when i click on one of the links, the tabs don't switch. I tried it in jsfiddle and it work but once i run it in my local environment it doesn't work.
James Grau () - 8 years ago - Reply 0
Does this add "username=xxx" automatically on the url when clicked sign in?
guest () - 9 years ago - Reply 0
in the form selection, change the method to "post" and it will not put the values from the form into the url
James Grau () - 8 years ago - Reply 0
Amazing login!. I have copied the code and when i click need account or select account, it isn't working...
Guest () - 9 years ago - Reply 0
Remember edit the form element to your needs:
<form class="form-signin" action="" method="">
Manfred () - 9 years ago - Reply 0