Closed (duplicate)
Project:
Account Profile
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Apr 2011 at 22:26 UTC
Updated:
18 Dec 2012 at 18:37 UTC
This module really streamlines the account/profile creation.
What would be the quickest way to assign a heavier weight to the account information so that its values go below the content profile fields?
I'd rather have the cck fields editable first as they are more of a priority than changing a password.
Comments
Comment #1
dooug commentedThis would be a nice feature to easily re-order these fields from the account form and the content_profile form.
A quick messy solution may be possible by doing a hook_form_alter that runs after the account_profile_form_alter and assigning weights to fields individually.
Comment #2
dooug commentedDuplicate of: #1187004: How to sort profile settings, disable some fieldsets, etc.