Change order of Profile module Categories on new account page
Barrett - November 28, 2008 - 15:56
I've installed the Profiles module so that I can add fields to the register form for a new user (e.g., first and last name, address, telephone). The fields are categorized into Contact Information and Personal Information. On the form, Personal Information is sorting below Contact Information, I presume based on it's name, but I need to reverse that.
Is the only way to accomplish that to use a custom .tpl.php page to control the building of the form?

following module did it for
following module did it for me.
http://drupal.org/project/profile_category_weight
Thanks, I'll give that a
Thanks, I'll give that a try.