Hi,

I'm using this module to provide the possibilities to new users to choose their account type. Is there a way to display the autoassign roles fieldset before the core registration one ?

thanks

zmove

Comments

niklp’s picture

Status: Active » Closed (won't fix)

You can do this with a simple implementation of hook_form_alter (in a module) or it can also be done in the theme layer (not sure how, under D6). It really isn't a concern of the module as to how you want your fields ordered - a lot of people would disagree with your choice of ordering I would imagine (although I am still thinking about it for my own use case).