If the e-mail box confirmation is enabled the module has (on line 221):

// Make sure user help is at the top of the form.
          $form['user_registration_help']['#weight'] = -100;

but if I am not using this feature - the weighting is wrong and I get the fieldgroup "Account information" above the registration help text. had to add the same code on line 247 to make this order things properly.

Comments

hunmonk’s picture

Status: Active » Closed (works as designed)

logintoboggan only does reweighting of the help and the account information if the confirm email feature is enabled. in other words, if the confirm email feature is disabled, then LT does nothing with weight on the user registration form.

i suspect that another contrib module is causing this issue. please try disabling all your other contrib modules and see if you can reproduce. if it's still an issue with all other contribs disabled, feel free to reopen and i'll look more deeply.