Closed (won't fix)
Project:
Auto Assign Role
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2008 at 07:25 UTC
Updated:
5 Sep 2008 at 11:03 UTC
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
Comment #1
niklp commentedYou 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).