I find that the dolphin coding is not as straight forward as I would like and this causes otherwise simple changes to be more difficult then they *should* be.
Simple change:
I wanted to add the default login form (or ajax login form) to the header of my website, so I found the related file that contains its coding and then added the code I wanted to display to the _sub_header.html of my custom theme.
Of course after doing this, the form this display but is wasn't functional and the name variables/references showed the system names. I figure that I obviously did something wrong.
So what I did, is copy the html of the form from the live site, using firebug, and used that html in the _sub_header.html. The form displays as it should, but when I enter a valid user name and password I get an error saying that they are incorrect.
I know it's probably something simple, bow can I get my custom login form to work and recognized the entered usernames and passwords?
Attached are screenshots.
Thanks for any help with this.
