Active
Project:
Content Profile
Version:
6.x-1.0
Component:
User registration module
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Apr 2010 at 19:57 UTC
Updated:
3 Jul 2015 at 12:14 UTC
Jump to comment: Most recent
Comments
Comment #1
arski commentedIf you're still interested, you can use hook_form_alter indeed:
Comment #2
rhymeswithcamera commented@arski, thanks for posting this solution. The OP question and your reply is exactly what I was looking for.
Comment #3
muhammad.tanweer commentedI needed this on Profile edit page in drupal 7. In the form, the "account" is of type "container". I changed its type to fieldset and all was good. Same should work for user register form as well. Just in case someone is trying it in D7
Comment #4
FrancoisL commentedHello,
just tested this solution for D7. I see now the fieldset but as result of this code my username and email fields are now hidden. Is there a way to solve this?
Thanks in advance
François