I want to create a very minimal login block and thus wouldn't like to have the "log in" button at all. I would like to have only the username and password fields, and log on by hitting "enter".
I have added display:none CSS property to the button, but this will stop form from being submitted. What else could be done ?
visibility:hiddenWill work ! Just tried it. – 2-Stroker Jan 7 at 14:44