Hello friends,
As I was registering I had some trouble because the tab index of the registration form is not correct.
The correction is simple, enough to add to each field of the form an operator like this "tabindex=x". Example <input type="text" name="foo" id="bar tabindex="1"> after this, if you just add up the number in tabindex on the successive form fields, when someone is filling the form they just tap the TAB key to move from field to field in their proper order.
Also I've just noticed the tags pop up doesn't work with Firefox.
Thanks.
Al.